#B191DD

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

Shades of Biloba Flower #B191DD

Tints of Biloba Flower #B191DD

Color information

#B191DD (or 0xB191DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 91 and DD. RGB value is (177,145,221). Sum of RGB (Red+Green+Blue) = 177+145+221=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B191DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DD is #4E6E22. Grayscale: #A2A2A2. Windows color (decimal): -5140003 or 14520753. OLE color: 14520753.

HSL color Cylindrical-coordinate representation of color #B191DD: hue angle of 265.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B191DD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177145221-
CMYK0.200.3400.13
HSL265.26º52.78%71.76%-
HSV(B)265.26º34.39%86.67%-
XYZ41.3134.8272.95-
YUV163.23160.6137.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=32.60%
G=26.70%
B=40.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771452210.200.3400.13265.2652.7871.76
HexB191DD14220D1093548
Octal261221335244201541165110
Binary10110001100100011101110110100100010011011000010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191DD; }

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

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

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

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

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

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

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

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