#B491D0

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

Shades of Biloba Flower #B491D0

Tints of Biloba Flower #B491D0

Color information

#B491D0 (or 0xB491D0) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and D0. RGB value is (180,145,208). Sum of RGB (Red+Green+Blue) = 180+145+208=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #B491D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491D0 is #4B6E2F. Grayscale: #A2A2A2. Windows color (decimal): -4943408 or 13668788. OLE color: 13668788.

HSL color Cylindrical-coordinate representation of color #B491D0: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B491D0 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180145208-
CMYK0.130.3000.18
HSL273.33º40.13%69.22%-
HSV(B)273.33º30.29%81.57%-
XYZ40.3334.5164.21-
YUV162.65153.6140.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=33.77%
G=27.20%
B=39.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801452080.130.3000.18273.3340.1369.22
HexB491D0D1E0121112845
Octal264221320153602242150105
Binary1011010010010001110100001101111100100101000100011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491D0; }

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

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

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

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

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

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

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

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