Shades of Wisteria #BB7DDB
Tints of Wisteria #BB7DDB
RGB
CMYK
RGB Variations
Color information
#BB7DDB (or 0xBB7DDB) is known color: Wisteria. HEX triplet: BB, 7D and DB. RGB value is (187,125,219). Sum of RGB (Red+Green+Blue) = 187+125+219=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDB is #448224. Grayscale: #999999. Windows color (decimal): -4489765 or 14384571. OLE color: 14384571.
HSL color Cylindrical-coordinate representation of color #BB7DDB: hue angle of 279.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7DDB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 187 | 125 | 219 | - |
CMYK | 0.15 | 0.43 | 0 | 0.14 |
HSL | 279.57º | 0.57% | 0.67% | - |
HSV(B) | 279.57º | 0.43% | 0.86% | - |
XYZ | 40.61 | 30.35 | 70.73 | - |
YUV | 154.25 | 164.54 | 151.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 125 | 219 | 0.15 | 0.43 | 0 | 0.14 | 279.57 | 0.57 | 0.67 |
Hex | BB | 7D | DB | F | 2B | 0 | E | 118 | 39 | 43 |
Octal | 273 | 175 | 333 | 17 | 53 | 0 | 16 | 430 | 71 | 103 |
Binary | 10111011 | 1111101 | 11011011 | 1111 | 101011 | 0 | 1110 | 100011000 | 111001 | 1000011 |
Color Harmonies of #BB7DDB
Complementary color
Monochromatic Colors of #BB7DDB
Black with #BB7DDB
Text Example
Text Example
White with #BB7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DDB; }
p { color: rgb(187,125,219); }
H1.HeaderClassName
{
color: #BB7DDB;
}
.AnyTagClassName
{
color: #BB7DDB;
}
</style>
background-color css
<style>
a { background-color: #BB7DDB; }
a { background-color: rgb(187,125,219); }
div.DivClassName
{
background-color: #BB7DDB;
}
.BgClassName
{
background-color: #BB7DDB;
}
</style>
border-color css
<style>
span { border-color: #BB7DDB; }
span { border-color: rgb(187,125,219); }
td.TdClassName
{
border-color: #BB7DDB;
}
.TagClassName
{
border-color: #BB7DDB;
}
</style>