#BB88EE

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

Shades of Wisteria #BB88EE

Tints of Wisteria #BB88EE

Color information

#BB88EE (or 0xBB88EE) is unknown color: approx Wisteria. HEX triplet: BB, 88 and EE. RGB value is (187,136,238). Sum of RGB (Red+Green+Blue) = 187+136+238=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88EE is #447711. Grayscale: #A2A2A2. Windows color (decimal): -4486930 or 15632571. OLE color: 15632571.

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

Color convert

RGB187136238-
CMYK0.210.4300.07
HSL270º75%73.33%-
HSV(B)270º42.86%93.33%-
XYZ44.7334.3585.16-
YUV162.88170.4145.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=33.33%
G=24.24%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871362380.210.4300.072707573.33
HexBB88EE152B0710e4b49
Octal273210356255307416113111
Binary10111011100010001110111010101101011011110000111010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88EE; }

 p { color: rgb(187,136,238); }

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

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

 a { background-color: rgb(187,136,238); }

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

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

 span { border-color: rgb(187,136,238); }

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