Shades of Wisteria #BB8DDF
Tints of Wisteria #BB8DDF
RGB
CMYK
RGB Variations
Color information
#BB8DDF (or 0xBB8DDF) is known color: Wisteria. HEX triplet: BB, 8D and DF. RGB value is (187,141,223). Sum of RGB (Red+Green+Blue) = 187+141+223=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DDF is #447220. Grayscale: #A3A3A3. Windows color (decimal): -4485665 or 14650811. OLE color: 14650811.
HSL color Cylindrical-coordinate representation of color #BB8DDF: hue angle of 273.66º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8DDF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 141 | 223 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.13 |
| HSL | 273.66º | 0.56% | 0.71% | - |
| HSV(B) | 273.66º | 0.37% | 0.87% | - |
| XYZ | 43.34 | 34.94 | 74.27 | - |
| YUV | 164.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 223 | 0.16 | 0.37 | 0 | 0.13 | 273.66 | 0.56 | 0.71 |
| Hex | BB | 8D | DF | 10 | 25 | 0 | D | 112 | 38 | 47 |
| Octal | 273 | 215 | 337 | 20 | 45 | 0 | 15 | 422 | 70 | 107 |
| Binary | 10111011 | 10001101 | 11011111 | 10000 | 100101 | 0 | 1101 | 100010010 | 111000 | 1000111 |
Color Harmonies of #BB8DDF
Complementary color
Monochromatic Colors of #BB8DDF
Black with #BB8DDF
Text Example
Text Example
White with #BB8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DDF; }
p { color: rgb(187,141,223); }
H1.HeaderClassName
{
color: #BB8DDF;
}
.AnyTagClassName
{
color: #BB8DDF;
}
</style>
background-color css
<style>
a { background-color: #BB8DDF; }
a { background-color: rgb(187,141,223); }
div.DivClassName
{
background-color: #BB8DDF;
}
.BgClassName
{
background-color: #BB8DDF;
}
</style>
border-color css
<style>
span { border-color: #BB8DDF; }
span { border-color: rgb(187,141,223); }
td.TdClassName
{
border-color: #BB8DDF;
}
.TagClassName
{
border-color: #BB8DDF;
}
</style>