Shades of Wisteria #BB8BE7
Tints of Wisteria #BB8BE7
RGB
CMYK
RGB Variations
Color information
#BB8BE7 (or 0xBB8BE7) is known color: Wisteria. HEX triplet: BB, 8B and E7. RGB value is (187,139,231). Sum of RGB (Red+Green+Blue) = 187+139+231=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB8BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BE7 is #447418. Grayscale: #A3A3A3. Windows color (decimal): -4486169 or 15174587. OLE color: 15174587.
HSL color Cylindrical-coordinate representation of color #BB8BE7: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8BE7 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 139 | 231 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.09 |
| HSL | 271.3º | 0.66% | 0.73% | - |
| HSV(B) | 271.3º | 0.4% | 0.91% | - |
| XYZ | 44.15 | 34.8 | 79.99 | - |
| YUV | 163.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 231 | 0.19 | 0.40 | 0 | 0.09 | 271.3 | 0.66 | 0.73 |
| Hex | BB | 8B | E7 | 13 | 28 | 0 | 9 | 10F | 42 | 49 |
| Octal | 273 | 213 | 347 | 23 | 50 | 0 | 11 | 417 | 102 | 111 |
| Binary | 10111011 | 10001011 | 11100111 | 10011 | 101000 | 0 | 1001 | 100001111 | 1000010 | 1001001 |
Color Harmonies of #BB8BE7
Complementary color
Monochromatic Colors of #BB8BE7
Black with #BB8BE7
Text Example
Text Example
White with #BB8BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BE7; }
p { color: rgb(187,139,231); }
H1.HeaderClassName
{
color: #BB8BE7;
}
.AnyTagClassName
{
color: #BB8BE7;
}
</style>
background-color css
<style>
a { background-color: #BB8BE7; }
a { background-color: rgb(187,139,231); }
div.DivClassName
{
background-color: #BB8BE7;
}
.BgClassName
{
background-color: #BB8BE7;
}
</style>
border-color css
<style>
span { border-color: #BB8BE7; }
span { border-color: rgb(187,139,231); }
td.TdClassName
{
border-color: #BB8BE7;
}
.TagClassName
{
border-color: #BB8BE7;
}
</style>