Shades of Wisteria #BB8FE0
Tints of Wisteria #BB8FE0
RGB
CMYK
RGB Variations
Color information
#BB8FE0 (or 0xBB8FE0) is known color: Wisteria. HEX triplet: BB, 8F and E0. RGB value is (187,143,224). Sum of RGB (Red+Green+Blue) = 187+143+224=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FE0 is #44701F. Grayscale: #A5A5A5. Windows color (decimal): -4485152 or 14716859. OLE color: 14716859.
HSL color Cylindrical-coordinate representation of color #BB8FE0: hue angle of 272.59º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8FE0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 143 | 224 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.12 |
| HSL | 272.59º | 0.57% | 0.72% | - |
| HSV(B) | 272.59º | 0.36% | 0.88% | - |
| XYZ | 43.77 | 35.59 | 75.08 | - |
| YUV | 165.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 224 | 0.17 | 0.36 | 0 | 0.12 | 272.59 | 0.57 | 0.72 |
| Hex | BB | 8F | E0 | 11 | 24 | 0 | C | 111 | 39 | 48 |
| Octal | 273 | 217 | 340 | 21 | 44 | 0 | 14 | 421 | 71 | 110 |
| Binary | 10111011 | 10001111 | 11100000 | 10001 | 100100 | 0 | 1100 | 100010001 | 111001 | 1001000 |
Color Harmonies of #BB8FE0
Complementary color
Monochromatic Colors of #BB8FE0
Black with #BB8FE0
Text Example
Text Example
White with #BB8FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FE0; }
p { color: rgb(187,143,224); }
H1.HeaderClassName
{
color: #BB8FE0;
}
.AnyTagClassName
{
color: #BB8FE0;
}
</style>
background-color css
<style>
a { background-color: #BB8FE0; }
a { background-color: rgb(187,143,224); }
div.DivClassName
{
background-color: #BB8FE0;
}
.BgClassName
{
background-color: #BB8FE0;
}
</style>
border-color css
<style>
span { border-color: #BB8FE0; }
span { border-color: rgb(187,143,224); }
td.TdClassName
{
border-color: #BB8FE0;
}
.TagClassName
{
border-color: #BB8FE0;
}
</style>