#B880ED

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

Shades of Biloba Flower #B880ED

Tints of Biloba Flower #B880ED

Color information

#B880ED (or 0xB880ED) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and ED. RGB value is (184,128,237). Sum of RGB (Red+Green+Blue) = 184+128+237=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #B880ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880ED is #477F12. Grayscale: #9C9C9C. Windows color (decimal): -4685587 or 15564984. OLE color: 15564984.

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

Color convert

RGB184128237-
CMYK0.220.4600.07
HSL270.83º75.17%71.57%-
HSV(B)270.83º45.99%92.94%-
XYZ42.7731.7483.99-
YUV157.17173.05147.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=33.52%
G=23.32%
B=43.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841282370.220.4600.07270.8375.1771.57
HexB880ED162E0710f4b48
Octal270200355265607417113110
Binary10111000100000001110110110110101110011110000111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880ED; }

 p { color: rgb(184,128,237); }

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

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

 a { background-color: rgb(184,128,237); }

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

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

 span { border-color: rgb(184,128,237); }

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