Shades of Wisteria #BB79EA
Tints of Wisteria #BB79EA
RGB
CMYK
RGB Variations
Color information
#BB79EA (or 0xBB79EA) is known color: Wisteria. HEX triplet: BB, 79 and EA. RGB value is (187,121,234). Sum of RGB (Red+Green+Blue) = 187+121+234=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB79EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB79EA is #448615. Grayscale: #999999. Windows color (decimal): -4490774 or 15366587. OLE color: 15366587.
HSL color Cylindrical-coordinate representation of color #BB79EA: hue angle of 275.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB79EA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 121 | 234 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.08 |
| HSL | 275.04º | 0.73% | 0.7% | - |
| HSV(B) | 275.04º | 0.48% | 0.92% | - |
| XYZ | 42.18 | 30.18 | 81.44 | - |
| YUV | 153.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 234 | 0.20 | 0.48 | 0 | 0.08 | 275.04 | 0.73 | 0.7 |
| Hex | BB | 79 | EA | 14 | 30 | 0 | 8 | 113 | 49 | 46 |
| Octal | 273 | 171 | 352 | 24 | 60 | 0 | 10 | 423 | 111 | 106 |
| Binary | 10111011 | 1111001 | 11101010 | 10100 | 110000 | 0 | 1000 | 100010011 | 1001001 | 1000110 |
Color Harmonies of #BB79EA
Complementary color
Monochromatic Colors of #BB79EA
Black with #BB79EA
Text Example
Text Example
White with #BB79EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79EA; }
p { color: rgb(187,121,234); }
H1.HeaderClassName
{
color: #BB79EA;
}
.AnyTagClassName
{
color: #BB79EA;
}
</style>
background-color css
<style>
a { background-color: #BB79EA; }
a { background-color: rgb(187,121,234); }
div.DivClassName
{
background-color: #BB79EA;
}
.BgClassName
{
background-color: #BB79EA;
}
</style>
border-color css
<style>
span { border-color: #BB79EA; }
span { border-color: rgb(187,121,234); }
td.TdClassName
{
border-color: #BB79EA;
}
.TagClassName
{
border-color: #BB79EA;
}
</style>