#B3A2EF

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

Shades of Biloba Flower #B3A2EF

Tints of Biloba Flower #B3A2EF

Color information

#B3A2EF (or 0xB3A2EF) is unknown color: approx Biloba Flower. HEX triplet: B3, A2 and EF. RGB value is (179,162,239). Sum of RGB (Red+Green+Blue) = 179+162+239=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3A2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2EF is #4C5D10. Grayscale: #AFAFAF. Windows color (decimal): -5004561 or 15704755. OLE color: 15704755.

HSL color Cylindrical-coordinate representation of color #B3A2EF: hue angle of 253.25º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3A2EF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179162239-
CMYK0.250.3200.06
HSL253.25º70.64%78.63%-
HSV(B)253.25º32.22%93.73%-
XYZ47.0941.6687.22-
YUV175.86163.63130.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.86%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=30.86%
G=27.93%
B=41.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791622390.250.3200.06253.2570.6478.63
HexB3A2EF192006fd474f
Octal263242357314006375107117
Binary1011001110100010111011111100110000001101111110110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2EF; }

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

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

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

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

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

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

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

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