#B291DC

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

Shades of Biloba Flower #B291DC

Tints of Biloba Flower #B291DC

Color information

#B291DC (or 0xB291DC) is unknown color: approx Biloba Flower. HEX triplet: B2, 91 and DC. RGB value is (178,145,220). Sum of RGB (Red+Green+Blue) = 178+145+220=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B291DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291DC is #4D6E23. Grayscale: #A3A3A3. Windows color (decimal): -5074468 or 14455218. OLE color: 14455218.

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

Color convert

RGB178145220-
CMYK0.190.3400.14
HSL266.4º51.72%71.57%-
HSV(B)266.4º34.09%86.27%-
XYZ41.434.8872.26-
YUV163.42159.93138.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=32.78%
G=26.70%
B=40.52%

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
Decimal1781452200.190.3400.14266.451.7271.57
HexB291DC13220E10a3448
Octal262221334234201641264110
Binary10110010100100011101110010011100010011101000010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291DC; }

 p { color: rgb(178,145,220); }

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

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

 a { background-color: rgb(178,145,220); }

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

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

 span { border-color: rgb(178,145,220); }

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