#B4A2DF

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

Shades of Biloba Flower #B4A2DF

Tints of Biloba Flower #B4A2DF

Color information

#B4A2DF (or 0xB4A2DF) is unknown color: approx Biloba Flower. HEX triplet: B4, A2 and DF. RGB value is (180,162,223). Sum of RGB (Red+Green+Blue) = 180+162+223=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2DF is #4B5D20. Grayscale: #AEAEAE. Windows color (decimal): -4939041 or 14656180. OLE color: 14656180.

HSL color Cylindrical-coordinate representation of color #B4A2DF: hue angle of 257.7º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A2DF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180162223-
CMYK0.190.2700.13
HSL257.7º48.8%75.49%-
HSV(B)257.7º27.35%87.45%-
XYZ45.0640.8775.33-
YUV174.34155.46132.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=31.86%
G=28.67%
B=39.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801622230.190.2700.13257.748.875.49
HexB4A2DF131B0D102314b
Octal264242337233301540261113
Binary1011010010100010110111111001111011011011000000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A2DF; }

 p { color: rgb(180,162,223); }

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

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

 a { background-color: rgb(180,162,223); }

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

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

 span { border-color: rgb(180,162,223); }

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