#B4A2E1

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

Shades of Biloba Flower #B4A2E1

Tints of Biloba Flower #B4A2E1

Color information

#B4A2E1 (or 0xB4A2E1) is unknown color: approx Biloba Flower. HEX triplet: B4, A2 and E1. RGB value is (180,162,225). Sum of RGB (Red+Green+Blue) = 180+162+225=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4A2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2E1 is #4B5D1E. Grayscale: #AEAEAE. Windows color (decimal): -4939039 or 14787252. OLE color: 14787252.

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

Color convert

RGB180162225-
CMYK0.20.2800.12
HSL257.14º51.22%75.88%-
HSV(B)257.14º28%88.24%-
XYZ45.3340.9876.75-
YUV174.56156.46131.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=31.75%
G=28.57%
B=39.68%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801622250.20.2800.12257.1451.2275.88
HexB4A2E1141C0C101334c
Octal264242341243401440163114
Binary1011010010100010111000011010011100011001000000011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A2E1; }

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

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

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

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

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

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

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

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