#B3A2EA

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

Shades of Biloba Flower #B3A2EA

Tints of Biloba Flower #B3A2EA

Color information

#B3A2EA (or 0xB3A2EA) is unknown color: approx Biloba Flower. HEX triplet: B3, A2 and EA. RGB value is (179,162,234). Sum of RGB (Red+Green+Blue) = 179+162+234=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3A2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2EA is #4C5D15. Grayscale: #AFAFAF. Windows color (decimal): -5004566 or 15377075. OLE color: 15377075.

HSL color Cylindrical-coordinate representation of color #B3A2EA: hue angle of 254.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3A2EA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179162234-
CMYK0.240.3100.08
HSL254.17º63.16%77.65%-
HSV(B)254.17º30.77%91.76%-
XYZ46.3641.3683.38-
YUV175.29161.13130.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=31.13%
G=28.17%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791622340.240.3100.08254.1763.1677.65
HexB3A2EA181F08fe3f4e
Octal263242352303701037677116
Binary101100111010001011101010110001111101000111111101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2EA; }

 p { color: rgb(179,162,234); }

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

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

 a { background-color: rgb(179,162,234); }

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

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

 span { border-color: rgb(179,162,234); }

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