#B491DC

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

Shades of Biloba Flower #B491DC

Tints of Biloba Flower #B491DC

Color information

#B491DC (or 0xB491DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and DC. RGB value is (180,145,220). Sum of RGB (Red+Green+Blue) = 180+145+220=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B491DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DC is #4B6E23. Grayscale: #A3A3A3. Windows color (decimal): -4943396 or 14455220. OLE color: 14455220.

HSL color Cylindrical-coordinate representation of color #B491DC: hue angle of 268º 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 #B491DC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180145220-
CMYK0.180.3400.14
HSL268º51.72%71.57%-
HSV(B)268º34.09%86.27%-
XYZ41.8735.1272.28-
YUV164.02159.6139.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=33.03%
G=26.61%
B=40.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801452200.180.3400.1426851.7271.57
HexB491DC12220E10c3448
Octal264221334224201641464110
Binary10110100100100011101110010010100010011101000011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491DC; }

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

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

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

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

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

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

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

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