Shades of Wisteria #BB7DE4
Tints of Wisteria #BB7DE4
RGB
CMYK
RGB Variations
Color information
#BB7DE4 (or 0xBB7DE4) is known color: Wisteria. HEX triplet: BB, 7D and E4. RGB value is (187,125,228). Sum of RGB (Red+Green+Blue) = 187+125+228=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB7DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DE4 is #44821B. Grayscale: #9A9A9A. Windows color (decimal): -4489756 or 14974395. OLE color: 14974395.
HSL color Cylindrical-coordinate representation of color #BB7DE4: hue angle of 276.12º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7DE4 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 125 | 228 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.11 |
| HSL | 276.12º | 0.66% | 0.69% | - |
| HSV(B) | 276.12º | 0.45% | 0.89% | - |
| XYZ | 41.83 | 30.83 | 77.15 | - |
| YUV | 155.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 228 | 0.18 | 0.45 | 0 | 0.11 | 276.12 | 0.66 | 0.69 |
| Hex | BB | 7D | E4 | 12 | 2D | 0 | B | 114 | 42 | 45 |
| Octal | 273 | 175 | 344 | 22 | 55 | 0 | 13 | 424 | 102 | 105 |
| Binary | 10111011 | 1111101 | 11100100 | 10010 | 101101 | 0 | 1011 | 100010100 | 1000010 | 1000101 |
Color Harmonies of #BB7DE4
Complementary color
Monochromatic Colors of #BB7DE4
Black with #BB7DE4
Text Example
Text Example
White with #BB7DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DE4; }
p { color: rgb(187,125,228); }
H1.HeaderClassName
{
color: #BB7DE4;
}
.AnyTagClassName
{
color: #BB7DE4;
}
</style>
background-color css
<style>
a { background-color: #BB7DE4; }
a { background-color: rgb(187,125,228); }
div.DivClassName
{
background-color: #BB7DE4;
}
.BgClassName
{
background-color: #BB7DE4;
}
</style>
border-color css
<style>
span { border-color: #BB7DE4; }
span { border-color: rgb(187,125,228); }
td.TdClassName
{
border-color: #BB7DE4;
}
.TagClassName
{
border-color: #BB7DE4;
}
</style>