#B193CD

Color #B193CD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B193CD

Tints of Biloba Flower #B193CD

Color information

#B193CD (or 0xB193CD) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and CD. RGB value is (177,147,205). Sum of RGB (Red+Green+Blue) = 177+147+205=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #B193CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193CD is #4E6C32. Grayscale: #A2A2A2. Windows color (decimal): -5139507 or 13472689. OLE color: 13472689.

HSL color Cylindrical-coordinate representation of color #B193CD: hue angle of 271.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B193CD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177147205-
CMYK0.140.2800.20
HSL271.03º36.71%69.02%-
HSV(B)271.03º28.29%80.39%-
XYZ39.5834.6262.35-
YUV162.58151.94138.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=33.46%
G=27.79%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771472050.140.2800.20271.0336.7169.02
HexB193CDE1C01410f2545
Octal261223315163402441745105
Binary1011000110010011110011011110111000101001000011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193CD; }

 p { color: rgb(177,147,205); }

 H1.HeaderClassName
 {
   color: #B193CD;
 }
 .AnyTagClassName
 {
   color: #B193CD;
 }
</style>
background-color css

<style>
 a { background-color: #B193CD; }

 a { background-color: rgb(177,147,205); }

 div.DivClassName
 {
   background-color: #B193CD;
 }
 .BgClassName
 {
   background-color: #B193CD;
 }
</style>
border-color css

<style>
 span { border-color: #B193CD; }

 span { border-color: rgb(177,147,205); }

 td.TdClassName
 {
   border-color: #B193CD;
 }
 .TagClassName
 {
   border-color: #B193CD;
 }
</style>