#B191DB

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

Shades of Biloba Flower #B191DB

Tints of Biloba Flower #B191DB

Color information

#B191DB (or 0xB191DB) is unknown color: approx Biloba Flower. HEX triplet: B1, 91 and DB. RGB value is (177,145,219). Sum of RGB (Red+Green+Blue) = 177+145+219=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B191DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DB is #4E6E24. Grayscale: #A2A2A2. Windows color (decimal): -5140005 or 14389681. OLE color: 14389681.

HSL color Cylindrical-coordinate representation of color #B191DB: hue angle of 265.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B191DB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177145219-
CMYK0.190.3400.14
HSL265.95º50.68%71.37%-
HSV(B)265.95º33.79%85.88%-
XYZ41.0434.7171.55-
YUV163159.6137.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=32.72%
G=26.80%
B=40.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771452190.190.3400.14265.9550.6871.37
HexB191DB13220E10a3347
Octal261221333234201641263107
Binary10110001100100011101101110011100010011101000010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191DB; }

 p { color: rgb(177,145,219); }

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

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

 a { background-color: rgb(177,145,219); }

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

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

 span { border-color: rgb(177,145,219); }

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