#BB81D8

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

Shades of Wisteria #BB81D8

Tints of Wisteria #BB81D8

Color information

#BB81D8 (or 0xBB81D8) is unknown color: approx Wisteria. HEX triplet: BB, 81 and D8. RGB value is (187,129,216). Sum of RGB (Red+Green+Blue) = 187+129+216=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81D8 is #447E27. Grayscale: #9B9B9B. Windows color (decimal): -4488744 or 14188987. OLE color: 14188987.

HSL color Cylindrical-coordinate representation of color #BB81D8: hue angle of 280º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB81D8 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187129216-
CMYK0.130.4000.15
HSL280º52.73%67.65%-
HSV(B)280º40.28%84.71%-
XYZ40.7431.2268.85-
YUV156.26161.72149.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=35.15%
G=24.25%
B=40.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871292160.130.4000.1528052.7367.65
HexBB81D8D280F1183544
Octal273201330155001743065104
Binary1011101110000001110110001101101000011111000110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81D8; }

 p { color: rgb(187,129,216); }

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

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

 a { background-color: rgb(187,129,216); }

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

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

 span { border-color: rgb(187,129,216); }

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