#B191DE

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

Shades of Biloba Flower #B191DE

Tints of Biloba Flower #B191DE

Color information

#B191DE (or 0xB191DE) is unknown color: approx Biloba Flower. HEX triplet: B1, 91 and DE. RGB value is (177,145,222). Sum of RGB (Red+Green+Blue) = 177+145+222=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B191DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DE is #4E6E21. Grayscale: #A3A3A3. Windows color (decimal): -5140002 or 14586289. OLE color: 14586289.

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

Color convert

RGB177145222-
CMYK0.200.3500.13
HSL264.94º53.85%71.96%-
HSV(B)264.94º34.68%87.06%-
XYZ41.4434.8773.65-
YUV163.35161.1137.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=32.54%
G=26.65%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771452220.200.3500.13264.9453.8571.96
HexB191DE14230D1093648
Octal261221336244301541166110
Binary10110001100100011101111010100100011011011000010011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191DE; }

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

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

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

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

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

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

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

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