#B881EC

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

Shades of Biloba Flower #B881EC

Tints of Biloba Flower #B881EC

Color information

#B881EC (or 0xB881EC) is unknown color: approx Biloba Flower. HEX triplet: B8, 81 and EC. RGB value is (184,129,236). Sum of RGB (Red+Green+Blue) = 184+129+236=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B881EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881EC is #477E13. Grayscale: #9D9D9D. Windows color (decimal): -4685332 or 15499704. OLE color: 15499704.

HSL color Cylindrical-coordinate representation of color #B881EC: hue angle of 270.84º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B881EC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184129236-
CMYK0.220.4500.07
HSL270.84º73.79%71.57%-
HSV(B)270.84º45.34%92.55%-
XYZ42.7631.9583.27-
YUV157.64172.22146.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=33.52%
G=23.50%
B=42.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841292360.220.4500.07270.8473.7971.57
HexB881EC162D0710f4a48
Octal270201354265507417112110
Binary10111000100000011110110010110101101011110000111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881EC; }

 p { color: rgb(184,129,236); }

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

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

 a { background-color: rgb(184,129,236); }

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

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

 span { border-color: rgb(184,129,236); }

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