#B491D8

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

Shades of Biloba Flower #B491D8

Tints of Biloba Flower #B491D8

Color information

#B491D8 (or 0xB491D8) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and D8. RGB value is (180,145,216). Sum of RGB (Red+Green+Blue) = 180+145+216=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #B491D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491D8 is #4B6E27. Grayscale: #A3A3A3. Windows color (decimal): -4943400 or 14193076. OLE color: 14193076.

HSL color Cylindrical-coordinate representation of color #B491D8: hue angle of 269.58º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B491D8 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180145216-
CMYK0.170.3300.15
HSL269.58º47.65%70.78%-
HSV(B)269.58º32.87%84.71%-
XYZ41.3434.9169.53-
YUV163.56157.6139.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=33.27%
G=26.80%
B=39.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801452160.170.3300.15269.5847.6570.78
HexB491D811210F10e3047
Octal264221330214101741660107
Binary10110100100100011101100010001100001011111000011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491D8; }

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

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

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

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

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

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

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

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