#B4A2EE

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

Shades of Biloba Flower #B4A2EE

Tints of Biloba Flower #B4A2EE

Color information

#B4A2EE (or 0xB4A2EE) is unknown color: approx Biloba Flower. HEX triplet: B4, A2 and EE. RGB value is (180,162,238). Sum of RGB (Red+Green+Blue) = 180+162+238=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4A2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A2EE is #4B5D11. Grayscale: #AFAFAF. Windows color (decimal): -4939026 or 15639220. OLE color: 15639220.

HSL color Cylindrical-coordinate representation of color #B4A2EE: hue angle of 254.21º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A2EE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180162238-
CMYK0.240.3200.07
HSL254.21º69.09%78.43%-
HSV(B)254.21º31.93%93.33%-
XYZ47.1841.7286.45-
YUV176.05162.96130.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=31.03%
G=27.93%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801622380.240.3200.07254.2169.0978.43
HexB4A2EE182007fe454e
Octal264242356304007376105116
Binary1011010010100010111011101100010000001111111111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A2EE; }

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

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

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

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

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

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

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

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