#B19FCF

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

Shades of Biloba Flower #B19FCF

Tints of Biloba Flower #B19FCF

Color information

#B19FCF (or 0xB19FCF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and CF. RGB value is (177,159,207). Sum of RGB (Red+Green+Blue) = 177+159+207=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #B19FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FCF is #4E6030. Grayscale: #A9A9A9. Windows color (decimal): -5136433 or 13606833. OLE color: 13606833.

HSL color Cylindrical-coordinate representation of color #B19FCF: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19FCF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177159207-
CMYK0.140.2300.19
HSL262.5º33.33%71.76%-
HSV(B)262.5º23.19%81.18%-
XYZ41.7938.6564.29-
YUV169.85148.96133.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=32.60%
G=29.28%
B=38.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771592070.140.2300.19262.533.3371.76
HexB19FCFE170131062148
Octal261237317162702340641110
Binary1011000110011111110011111110101110100111000001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FCF; }

 p { color: rgb(177,159,207); }

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

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

 a { background-color: rgb(177,159,207); }

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

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

 span { border-color: rgb(177,159,207); }

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