Shades of Wisteria #BB7CE4
Tints of Wisteria #BB7CE4
RGB
CMYK
RGB Variations
Color information
#BB7CE4 (or 0xBB7CE4) is known color: Wisteria. HEX triplet: BB, 7C and E4. RGB value is (187,124,228). Sum of RGB (Red+Green+Blue) = 187+124+228=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CE4 is #44831B. Grayscale: #9A9A9A. Windows color (decimal): -4490012 or 14974139. OLE color: 14974139.
HSL color Cylindrical-coordinate representation of color #BB7CE4: hue angle of 276.35º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB7CE4 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 124 | 228 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.11 |
| HSL | 276.35º | 0.66% | 0.69% | - |
| HSV(B) | 276.35º | 0.46% | 0.89% | - |
| XYZ | 41.7 | 30.58 | 77.1 | - |
| YUV | 154.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 228 | 0.18 | 0.46 | 0 | 0.11 | 276.35 | 0.66 | 0.69 |
| Hex | BB | 7C | E4 | 12 | 2E | 0 | B | 114 | 42 | 45 |
| Octal | 273 | 174 | 344 | 22 | 56 | 0 | 13 | 424 | 102 | 105 |
| Binary | 10111011 | 1111100 | 11100100 | 10010 | 101110 | 0 | 1011 | 100010100 | 1000010 | 1000101 |
Color Harmonies of #BB7CE4
Complementary color
Monochromatic Colors of #BB7CE4
Black with #BB7CE4
Text Example
Text Example
White with #BB7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CE4; }
p { color: rgb(187,124,228); }
H1.HeaderClassName
{
color: #BB7CE4;
}
.AnyTagClassName
{
color: #BB7CE4;
}
</style>
background-color css
<style>
a { background-color: #BB7CE4; }
a { background-color: rgb(187,124,228); }
div.DivClassName
{
background-color: #BB7CE4;
}
.BgClassName
{
background-color: #BB7CE4;
}
</style>
border-color css
<style>
span { border-color: #BB7CE4; }
span { border-color: rgb(187,124,228); }
td.TdClassName
{
border-color: #BB7CE4;
}
.TagClassName
{
border-color: #BB7CE4;
}
</style>