Shades of Wisteria #BB8CE3
Tints of Wisteria #BB8CE3
RGB
CMYK
RGB Variations
Color information
#BB8CE3 (or 0xBB8CE3) is known color: Wisteria. HEX triplet: BB, 8C and E3. RGB value is (187,140,227). Sum of RGB (Red+Green+Blue) = 187+140+227=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CE3 is #44731C. Grayscale: #A3A3A3. Windows color (decimal): -4485917 or 14912699. OLE color: 14912699.
HSL color Cylindrical-coordinate representation of color #BB8CE3: hue angle of 272.41º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8CE3 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 140 | 227 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.11 |
| HSL | 272.41º | 0.61% | 0.72% | - |
| HSV(B) | 272.41º | 0.38% | 0.89% | - |
| XYZ | 43.74 | 34.87 | 77.1 | - |
| YUV | 163.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 227 | 0.18 | 0.38 | 0 | 0.11 | 272.41 | 0.61 | 0.72 |
| Hex | BB | 8C | E3 | 12 | 26 | 0 | B | 110 | 3D | 48 |
| Octal | 273 | 214 | 343 | 22 | 46 | 0 | 13 | 420 | 75 | 110 |
| Binary | 10111011 | 10001100 | 11100011 | 10010 | 100110 | 0 | 1011 | 100010000 | 111101 | 1001000 |
Color Harmonies of #BB8CE3
Complementary color
Monochromatic Colors of #BB8CE3
Black with #BB8CE3
Text Example
Text Example
White with #BB8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE3; }
p { color: rgb(187,140,227); }
H1.HeaderClassName
{
color: #BB8CE3;
}
.AnyTagClassName
{
color: #BB8CE3;
}
</style>
background-color css
<style>
a { background-color: #BB8CE3; }
a { background-color: rgb(187,140,227); }
div.DivClassName
{
background-color: #BB8CE3;
}
.BgClassName
{
background-color: #BB8CE3;
}
</style>
border-color css
<style>
span { border-color: #BB8CE3; }
span { border-color: rgb(187,140,227); }
td.TdClassName
{
border-color: #BB8CE3;
}
.TagClassName
{
border-color: #BB8CE3;
}
</style>