#B882EE

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

Shades of Biloba Flower #B882EE

Tints of Biloba Flower #B882EE

Color information

#B882EE (or 0xB882EE) is unknown color: approx Biloba Flower. HEX triplet: B8, 82 and EE. RGB value is (184,130,238). Sum of RGB (Red+Green+Blue) = 184+130+238=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #B882EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882EE is #477D11. Grayscale: #9E9E9E. Windows color (decimal): -4685074 or 15631032. OLE color: 15631032.

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

Color convert

RGB184130238-
CMYK0.230.4500.07
HSL270º76.06%72.16%-
HSV(B)270º45.38%93.33%-
XYZ43.1832.3384.85-
YUV158.46172.89146.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 23.55%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=33.33%
G=23.55%
B=43.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841302380.230.4500.0727076.0672.16
HexB882EE172D0710e4c48
Octal270202356275507416114110
Binary10111000100000101110111010111101101011110000111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882EE; }

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

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

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

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

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

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

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

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