#B880EE

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

Shades of Biloba Flower #B880EE

Tints of Biloba Flower #B880EE

Color information

#B880EE (or 0xB880EE) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and EE. RGB value is (184,128,238). Sum of RGB (Red+Green+Blue) = 184+128+238=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #B880EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880EE is #477F11. Grayscale: #9C9C9C. Windows color (decimal): -4685586 or 15630520. OLE color: 15630520.

HSL color Cylindrical-coordinate representation of color #B880EE: hue angle of 270.55º degrees, saturation: 0.76, 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 #B880EE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184128238-
CMYK0.230.4600.07
HSL270.55º76.39%71.76%-
HSV(B)270.55º46.22%93.33%-
XYZ42.9231.884.77-
YUV157.28173.55147.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=33.45%
G=23.27%
B=43.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841282380.230.4600.07270.5576.3971.76
HexB880EE172E0710f4c48
Octal270200356275607417114110
Binary10111000100000001110111010111101110011110000111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880EE; }

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

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

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

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

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

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

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

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