#B4A4E1

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

Shades of Biloba Flower #B4A4E1

Tints of Biloba Flower #B4A4E1

Color information

#B4A4E1 (or 0xB4A4E1) is unknown color: approx Biloba Flower. HEX triplet: B4, A4 and E1. RGB value is (180,164,225). Sum of RGB (Red+Green+Blue) = 180+164+225=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4A4E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4E1 is #4B5B1E. Grayscale: #AFAFAF. Windows color (decimal): -4938527 or 14787764. OLE color: 14787764.

HSL color Cylindrical-coordinate representation of color #B4A4E1: hue angle of 255.74º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A4E1 is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180164225-
CMYK0.20.2700.12
HSL255.74º50.41%76.27%-
HSV(B)255.74º27.11%88.24%-
XYZ45.6941.6976.87-
YUV175.74155.8131.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=31.63%
G=28.82%
B=39.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801642250.20.2700.12255.7450.4176.27
HexB4A4E1141B0C100324c
Octal264244341243301440062114
Binary1011010010100100111000011010011011011001000000001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4E1; }

 p { color: rgb(180,164,225); }

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

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

 a { background-color: rgb(180,164,225); }

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

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

 span { border-color: rgb(180,164,225); }

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