Shades of Wisteria #BB8ADF
Tints of Wisteria #BB8ADF
RGB
CMYK
RGB Variations
Color information
#BB8ADF (or 0xBB8ADF) is known color: Wisteria. HEX triplet: BB, 8A and DF. RGB value is (187,138,223). Sum of RGB (Red+Green+Blue) = 187+138+223=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADF is #447520. Grayscale: #A2A2A2. Windows color (decimal): -4486433 or 14650043. OLE color: 14650043.
HSL color Cylindrical-coordinate representation of color #BB8ADF: hue angle of 274.59º 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 #BB8ADF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 138 | 223 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.13 |
| HSL | 274.59º | 0.57% | 0.71% | - |
| HSV(B) | 274.59º | 0.38% | 0.87% | - |
| XYZ | 42.9 | 34.07 | 74.13 | - |
| YUV | 162.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 223 | 0.16 | 0.38 | 0 | 0.13 | 274.59 | 0.57 | 0.71 |
| Hex | BB | 8A | DF | 10 | 26 | 0 | D | 113 | 39 | 47 |
| Octal | 273 | 212 | 337 | 20 | 46 | 0 | 15 | 423 | 71 | 107 |
| Binary | 10111011 | 10001010 | 11011111 | 10000 | 100110 | 0 | 1101 | 100010011 | 111001 | 1000111 |
Color Harmonies of #BB8ADF
Complementary color
Monochromatic Colors of #BB8ADF
Black with #BB8ADF
Text Example
Text Example
White with #BB8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ADF; }
p { color: rgb(187,138,223); }
H1.HeaderClassName
{
color: #BB8ADF;
}
.AnyTagClassName
{
color: #BB8ADF;
}
</style>
background-color css
<style>
a { background-color: #BB8ADF; }
a { background-color: rgb(187,138,223); }
div.DivClassName
{
background-color: #BB8ADF;
}
.BgClassName
{
background-color: #BB8ADF;
}
</style>
border-color css
<style>
span { border-color: #BB8ADF; }
span { border-color: rgb(187,138,223); }
td.TdClassName
{
border-color: #BB8ADF;
}
.TagClassName
{
border-color: #BB8ADF;
}
</style>