Shades of Wisteria #BB93DD
Tints of Wisteria #BB93DD
RGB
CMYK
RGB Variations
Color information
#BB93DD (or 0xBB93DD) is known color: Wisteria. HEX triplet: BB, 93 and DD. RGB value is (187,147,221). Sum of RGB (Red+Green+Blue) = 187+147+221=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93DD is #446C22. Grayscale: #A7A7A7. Windows color (decimal): -4484131 or 14521275. OLE color: 14521275.
HSL color Cylindrical-coordinate representation of color #BB93DD: hue angle of 272.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB93DD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 147 | 221 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.13 |
| HSL | 272.43º | 0.52% | 0.72% | - |
| HSV(B) | 272.43º | 0.33% | 0.87% | - |
| XYZ | 43.98 | 36.65 | 73.16 | - |
| YUV | 167.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 221 | 0.15 | 0.33 | 0 | 0.13 | 272.43 | 0.52 | 0.72 |
| Hex | BB | 93 | DD | F | 21 | 0 | D | 110 | 34 | 48 |
| Octal | 273 | 223 | 335 | 17 | 41 | 0 | 15 | 420 | 64 | 110 |
| Binary | 10111011 | 10010011 | 11011101 | 1111 | 100001 | 0 | 1101 | 100010000 | 110100 | 1001000 |
Color Harmonies of #BB93DD
Complementary color
Monochromatic Colors of #BB93DD
Black with #BB93DD
Text Example
Text Example
White with #BB93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93DD; }
p { color: rgb(187,147,221); }
H1.HeaderClassName
{
color: #BB93DD;
}
.AnyTagClassName
{
color: #BB93DD;
}
</style>
background-color css
<style>
a { background-color: #BB93DD; }
a { background-color: rgb(187,147,221); }
div.DivClassName
{
background-color: #BB93DD;
}
.BgClassName
{
background-color: #BB93DD;
}
</style>
border-color css
<style>
span { border-color: #BB93DD; }
span { border-color: rgb(187,147,221); }
td.TdClassName
{
border-color: #BB93DD;
}
.TagClassName
{
border-color: #BB93DD;
}
</style>