#B3A0EB

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

Shades of Biloba Flower #B3A0EB

Tints of Biloba Flower #B3A0EB

Color information

#B3A0EB (or 0xB3A0EB) is unknown color: approx Biloba Flower. HEX triplet: B3, A0 and EB. RGB value is (179,160,235). Sum of RGB (Red+Green+Blue) = 179+160+235=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A0EB is #4C5F14. Grayscale: #ADADAD. Windows color (decimal): -5005077 or 15442099. OLE color: 15442099.

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

Color convert

RGB179160235-
CMYK0.240.3200.08
HSL255.2º65.22%77.45%-
HSV(B)255.2º31.91%92.16%-
XYZ46.1640.7284.02-
YUV174.23162.29131.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=31.18%
G=27.87%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791602350.240.3200.08255.265.2277.45
HexB3A0EB182008ff414d
Octal2632403533040010377101115
Binary10110011101000001110101111000100000010001111111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0EB; }

 p { color: rgb(179,160,235); }

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

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

 a { background-color: rgb(179,160,235); }

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

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

 span { border-color: rgb(179,160,235); }

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