Shades of Wisteria #BB7EDF
Tints of Wisteria #BB7EDF
RGB
CMYK
RGB Variations
Color information
#BB7EDF (or 0xBB7EDF) is known color: Wisteria. HEX triplet: BB, 7E and DF. RGB value is (187,126,223). Sum of RGB (Red+Green+Blue) = 187+126+223=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EDF is #448120. Grayscale: #9A9A9A. Windows color (decimal): -4489505 or 14646971. OLE color: 14646971.
HSL color Cylindrical-coordinate representation of color #BB7EDF: hue angle of 277.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7EDF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 126 | 223 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.73º | 0.6% | 0.68% | - |
| HSV(B) | 277.73º | 0.43% | 0.87% | - |
| XYZ | 41.27 | 30.81 | 73.58 | - |
| YUV | 155.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 223 | 0.16 | 0.43 | 0 | 0.13 | 277.73 | 0.6 | 0.68 |
| Hex | BB | 7E | DF | 10 | 2B | 0 | D | 116 | 3C | 44 |
| Octal | 273 | 176 | 337 | 20 | 53 | 0 | 15 | 426 | 74 | 104 |
| Binary | 10111011 | 1111110 | 11011111 | 10000 | 101011 | 0 | 1101 | 100010110 | 111100 | 1000100 |
Color Harmonies of #BB7EDF
Complementary color
Monochromatic Colors of #BB7EDF
Black with #BB7EDF
Text Example
Text Example
White with #BB7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EDF; }
p { color: rgb(187,126,223); }
H1.HeaderClassName
{
color: #BB7EDF;
}
.AnyTagClassName
{
color: #BB7EDF;
}
</style>
background-color css
<style>
a { background-color: #BB7EDF; }
a { background-color: rgb(187,126,223); }
div.DivClassName
{
background-color: #BB7EDF;
}
.BgClassName
{
background-color: #BB7EDF;
}
</style>
border-color css
<style>
span { border-color: #BB7EDF; }
span { border-color: rgb(187,126,223); }
td.TdClassName
{
border-color: #BB7EDF;
}
.TagClassName
{
border-color: #BB7EDF;
}
</style>