#B5A0E0

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

Shades of Biloba Flower #B5A0E0

Tints of Biloba Flower #B5A0E0

Color information

#B5A0E0 (or 0xB5A0E0) is unknown color: approx Biloba Flower. HEX triplet: B5, A0 and E0. RGB value is (181,160,224). Sum of RGB (Red+Green+Blue) = 181+160+224=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #B5A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0E0 is #4A5F1F. Grayscale: #ADADAD. Windows color (decimal): -4874016 or 14721205. OLE color: 14721205.

HSL color Cylindrical-coordinate representation of color #B5A0E0: hue angle of 259.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A0E0 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181160224-
CMYK0.190.2900.12
HSL259.69º50.79%75.29%-
HSV(B)259.69º28.57%87.84%-
XYZ45.0840.3575.93-
YUV173.58156.46133.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=32.04%
G=28.32%
B=39.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811602240.190.2900.12259.6950.7975.29
HexB5A0E0131D0C104334b
Octal265240340233501440463113
Binary1011010110100000111000001001111101011001000001001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0E0; }

 p { color: rgb(181,160,224); }

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

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

 a { background-color: rgb(181,160,224); }

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

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

 span { border-color: rgb(181,160,224); }

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