#BB88E4

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

Shades of Wisteria #BB88E4

Tints of Wisteria #BB88E4

Color information

#BB88E4 (or 0xBB88E4) is unknown color: approx Wisteria. HEX triplet: BB, 88 and E4. RGB value is (187,136,228). Sum of RGB (Red+Green+Blue) = 187+136+228=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB88E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88E4 is #44771B. Grayscale: #A1A1A1. Windows color (decimal): -4486940 or 14977211. OLE color: 14977211.

HSL color Cylindrical-coordinate representation of color #BB88E4: hue angle of 273.26º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB88E4 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187136228-
CMYK0.180.4000.11
HSL273.26º63.01%71.37%-
HSV(B)273.26º40.35%89.41%-
XYZ43.333.7777.64-
YUV161.74165.4146.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 136 (53.52% from 255) = 24.68%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=33.94%
G=24.68%
B=41.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871362280.180.4000.11273.2663.0171.37
HexBB88E412280B1113f47
Octal273210344225001342177107
Binary10111011100010001110010010010101000010111000100011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88E4; }

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

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

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

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

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

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

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

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