Shades of Wisteria #BB8BDF
Tints of Wisteria #BB8BDF
RGB
CMYK
RGB Variations
Color information
#BB8BDF (or 0xBB8BDF) is known color: Wisteria. HEX triplet: BB, 8B and DF. RGB value is (187,139,223). Sum of RGB (Red+Green+Blue) = 187+139+223=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDF is #447420. Grayscale: #A2A2A2. Windows color (decimal): -4486177 or 14650299. OLE color: 14650299.
HSL color Cylindrical-coordinate representation of color #BB8BDF: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8BDF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 139 | 223 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.13 |
| HSL | 274.29º | 0.57% | 0.71% | - |
| HSV(B) | 274.29º | 0.38% | 0.87% | - |
| XYZ | 43.05 | 34.36 | 74.18 | - |
| YUV | 162.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 223 | 0.16 | 0.38 | 0 | 0.13 | 274.29 | 0.57 | 0.71 |
| Hex | BB | 8B | DF | 10 | 26 | 0 | D | 112 | 39 | 47 |
| Octal | 273 | 213 | 337 | 20 | 46 | 0 | 15 | 422 | 71 | 107 |
| Binary | 10111011 | 10001011 | 11011111 | 10000 | 100110 | 0 | 1101 | 100010010 | 111001 | 1000111 |
Color Harmonies of #BB8BDF
Complementary color
Monochromatic Colors of #BB8BDF
Black with #BB8BDF
Text Example
Text Example
White with #BB8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BDF; }
p { color: rgb(187,139,223); }
H1.HeaderClassName
{
color: #BB8BDF;
}
.AnyTagClassName
{
color: #BB8BDF;
}
</style>
background-color css
<style>
a { background-color: #BB8BDF; }
a { background-color: rgb(187,139,223); }
div.DivClassName
{
background-color: #BB8BDF;
}
.BgClassName
{
background-color: #BB8BDF;
}
</style>
border-color css
<style>
span { border-color: #BB8BDF; }
span { border-color: rgb(187,139,223); }
td.TdClassName
{
border-color: #BB8BDF;
}
.TagClassName
{
border-color: #BB8BDF;
}
</style>