Shades of Wisteria #BB93CE
Tints of Wisteria #BB93CE
RGB
CMYK
RGB Variations
Color information
#BB93CE (or 0xBB93CE) is known color: Wisteria. HEX triplet: BB, 93 and CE. RGB value is (187,147,206). Sum of RGB (Red+Green+Blue) = 187+147+206=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93CE is #446C31. Grayscale: #A5A5A5. Windows color (decimal): -4484146 or 13538235. OLE color: 13538235.
HSL color Cylindrical-coordinate representation of color #BB93CE: hue angle of 280.68º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB93CE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 147 | 206 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.19 |
| HSL | 280.68º | 0.38% | 0.69% | - |
| HSV(B) | 280.68º | 0.29% | 0.81% | - |
| XYZ | 42.07 | 35.89 | 63.1 | - |
| YUV | 165.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 206 | 0.09 | 0.29 | 0 | 0.19 | 280.68 | 0.38 | 0.69 |
| Hex | BB | 93 | CE | 9 | 1D | 0 | 13 | 119 | 26 | 45 |
| Octal | 273 | 223 | 316 | 11 | 35 | 0 | 23 | 431 | 46 | 105 |
| Binary | 10111011 | 10010011 | 11001110 | 1001 | 11101 | 0 | 10011 | 100011001 | 100110 | 1000101 |
Color Harmonies of #BB93CE
Complementary color
Monochromatic Colors of #BB93CE
Black with #BB93CE
Text Example
Text Example
White with #BB93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93CE; }
p { color: rgb(187,147,206); }
H1.HeaderClassName
{
color: #BB93CE;
}
.AnyTagClassName
{
color: #BB93CE;
}
</style>
background-color css
<style>
a { background-color: #BB93CE; }
a { background-color: rgb(187,147,206); }
div.DivClassName
{
background-color: #BB93CE;
}
.BgClassName
{
background-color: #BB93CE;
}
</style>
border-color css
<style>
span { border-color: #BB93CE; }
span { border-color: rgb(187,147,206); }
td.TdClassName
{
border-color: #BB93CE;
}
.TagClassName
{
border-color: #BB93CE;
}
</style>