#B4A0EB

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

Shades of Biloba Flower #B4A0EB

Tints of Biloba Flower #B4A0EB

Color information

#B4A0EB (or 0xB4A0EB) is unknown color: approx Biloba Flower. HEX triplet: B4, A0 and EB. RGB value is (180,160,235). Sum of RGB (Red+Green+Blue) = 180+160+235=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A0EB is #4B5F14. Grayscale: #AEAEAE. Windows color (decimal): -4939541 or 15442100. OLE color: 15442100.

HSL color Cylindrical-coordinate representation of color #B4A0EB: hue angle of 256º 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 #B4A0EB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180160235-
CMYK0.230.3200.08
HSL256º65.22%77.45%-
HSV(B)256º31.91%92.16%-
XYZ46.3940.8484.04-
YUV174.53162.13131.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=31.30%
G=27.83%
B=40.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801602350.230.3200.0825665.2277.45
HexB4A0EB172008100414d
Octal2642403532740010400101115
Binary101101001010000011101011101111000000100010000000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A0EB; }

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

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

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

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

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

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

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

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