Shades of Wisteria #BB8BEC
Tints of Wisteria #BB8BEC
RGB
CMYK
RGB Variations
Color information
#BB8BEC (or 0xBB8BEC) is known color: Wisteria. HEX triplet: BB, 8B and EC. RGB value is (187,139,236). Sum of RGB (Red+Green+Blue) = 187+139+236=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BEC is #447413. Grayscale: #A4A4A4. Windows color (decimal): -4486164 or 15502267. OLE color: 15502267.
HSL color Cylindrical-coordinate representation of color #BB8BEC: hue angle of 269.69º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8BEC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 139 | 236 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 269.69º | 0.72% | 0.74% | - |
| HSV(B) | 269.69º | 0.41% | 0.93% | - |
| XYZ | 44.87 | 35.09 | 83.76 | - |
| YUV | 164.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 236 | 0.21 | 0.41 | 0 | 0.07 | 269.69 | 0.72 | 0.74 |
| Hex | BB | 8B | EC | 15 | 29 | 0 | 7 | 10E | 48 | 4A |
| Octal | 273 | 213 | 354 | 25 | 51 | 0 | 7 | 416 | 110 | 112 |
| Binary | 10111011 | 10001011 | 11101100 | 10101 | 101001 | 0 | 111 | 100001110 | 1001000 | 1001010 |
Color Harmonies of #BB8BEC
Complementary color
Monochromatic Colors of #BB8BEC
Black with #BB8BEC
Text Example
Text Example
White with #BB8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BEC; }
p { color: rgb(187,139,236); }
H1.HeaderClassName
{
color: #BB8BEC;
}
.AnyTagClassName
{
color: #BB8BEC;
}
</style>
background-color css
<style>
a { background-color: #BB8BEC; }
a { background-color: rgb(187,139,236); }
div.DivClassName
{
background-color: #BB8BEC;
}
.BgClassName
{
background-color: #BB8BEC;
}
</style>
border-color css
<style>
span { border-color: #BB8BEC; }
span { border-color: rgb(187,139,236); }
td.TdClassName
{
border-color: #BB8BEC;
}
.TagClassName
{
border-color: #BB8BEC;
}
</style>