#BB88DD

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

Shades of Wisteria #BB88DD

Tints of Wisteria #BB88DD

Color information

#BB88DD (or 0xBB88DD) is unknown color: approx Wisteria. HEX triplet: BB, 88 and DD. RGB value is (187,136,221). Sum of RGB (Red+Green+Blue) = 187+136+221=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88DD is #447722. Grayscale: #A0A0A0. Windows color (decimal): -4486947 or 14518459. OLE color: 14518459.

HSL color Cylindrical-coordinate representation of color #BB88DD: hue angle of 276º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB88DD is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187136221-
CMYK0.150.3800.13
HSL276º55.56%70%-
HSV(B)276º38.46%86.67%-
XYZ42.3533.3972.62-
YUV160.94161.9146.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=34.38%
G=25%
B=40.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871362210.150.3800.1327655.5670
HexBB88DDF260D1143846
Octal273210335174601542470106
Binary1011101110001000110111011111100110011011000101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88DD; }

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

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

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

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

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

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

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

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