Shades of Wisteria #BB7FEA
Tints of Wisteria #BB7FEA
RGB
CMYK
RGB Variations
Color information
#BB7FEA (or 0xBB7FEA) is known color: Wisteria. HEX triplet: BB, 7F and EA. RGB value is (187,127,234). Sum of RGB (Red+Green+Blue) = 187+127+234=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB7FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FEA is #448015. Grayscale: #9C9C9C. Windows color (decimal): -4489238 or 15368123. OLE color: 15368123.
HSL color Cylindrical-coordinate representation of color #BB7FEA: hue angle of 273.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB7FEA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 127 | 234 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.08 |
| HSL | 273.64º | 0.72% | 0.71% | - |
| HSV(B) | 273.64º | 0.46% | 0.92% | - |
| XYZ | 42.93 | 31.68 | 81.69 | - |
| YUV | 157.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 234 | 0.20 | 0.46 | 0 | 0.08 | 273.64 | 0.72 | 0.71 |
| Hex | BB | 7F | EA | 14 | 2E | 0 | 8 | 112 | 48 | 47 |
| Octal | 273 | 177 | 352 | 24 | 56 | 0 | 10 | 422 | 110 | 107 |
| Binary | 10111011 | 1111111 | 11101010 | 10100 | 101110 | 0 | 1000 | 100010010 | 1001000 | 1000111 |
Color Harmonies of #BB7FEA
Complementary color
Monochromatic Colors of #BB7FEA
Black with #BB7FEA
Text Example
Text Example
White with #BB7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FEA; }
p { color: rgb(187,127,234); }
H1.HeaderClassName
{
color: #BB7FEA;
}
.AnyTagClassName
{
color: #BB7FEA;
}
</style>
background-color css
<style>
a { background-color: #BB7FEA; }
a { background-color: rgb(187,127,234); }
div.DivClassName
{
background-color: #BB7FEA;
}
.BgClassName
{
background-color: #BB7FEA;
}
</style>
border-color css
<style>
span { border-color: #BB7FEA; }
span { border-color: rgb(187,127,234); }
td.TdClassName
{
border-color: #BB7FEA;
}
.TagClassName
{
border-color: #BB7FEA;
}
</style>