#B3A2F0

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

Shades of Biloba Flower #B3A2F0

Tints of Biloba Flower #B3A2F0

Color information

#B3A2F0 (or 0xB3A2F0) is unknown color: approx Biloba Flower. HEX triplet: B3, A2 and F0. RGB value is (179,162,240). Sum of RGB (Red+Green+Blue) = 179+162+240=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3A2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2F0 is #4C5D0F. Grayscale: #AFAFAF. Windows color (decimal): -5004560 or 15770291. OLE color: 15770291.

HSL color Cylindrical-coordinate representation of color #B3A2F0: hue angle of 253.08º degrees, saturation: 0.72, 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 #B3A2F0 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179162240-
CMYK0.250.3200.06
HSL253.08º72.22%78.82%-
HSV(B)253.08º32.5%94.12%-
XYZ47.2441.7288-
YUV175.98164.13130.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=30.81%
G=27.88%
B=41.31%

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
Decimal1791622400.250.3200.06253.0872.2278.82
HexB3A2F0192006fd484f
Octal263242360314006375110117
Binary1011001110100010111100001100110000001101111110110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2F0; }

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

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

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

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

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

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

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

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