Shades of East Side #BB78CA
Tints of East Side #BB78CA
RGB
CMYK
RGB Variations
Color information
#BB78CA (or 0xBB78CA) is known color: East Side. HEX triplet: BB, 78 and CA. RGB value is (187,120,202). Sum of RGB (Red+Green+Blue) = 187+120+202=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78CA is #448735. Grayscale: #959595. Windows color (decimal): -4491062 or 13269179. OLE color: 13269179.
HSL color Cylindrical-coordinate representation of color #BB78CA: hue angle of 289.02º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB78CA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 120 | 202 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.21 |
| HSL | 289.02º | 0.44% | 0.63% | - |
| HSV(B) | 289.02º | 0.41% | 0.79% | - |
| XYZ | 37.87 | 28.26 | 59.34 | - |
| YUV | 149.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 202 | 0.07 | 0.41 | 0 | 0.21 | 289.02 | 0.44 | 0.63 |
| Hex | BB | 78 | CA | 7 | 29 | 0 | 15 | 121 | 2C | 3F |
| Octal | 273 | 170 | 312 | 7 | 51 | 0 | 25 | 441 | 54 | 77 |
| Binary | 10111011 | 1111000 | 11001010 | 111 | 101001 | 0 | 10101 | 100100001 | 101100 | 111111 |
Color Harmonies of #BB78CA
Complementary color
Monochromatic Colors of #BB78CA
Black with #BB78CA
Text Example
Text Example
White with #BB78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78CA; }
p { color: rgb(187,120,202); }
H1.HeaderClassName
{
color: #BB78CA;
}
.AnyTagClassName
{
color: #BB78CA;
}
</style>
background-color css
<style>
a { background-color: #BB78CA; }
a { background-color: rgb(187,120,202); }
div.DivClassName
{
background-color: #BB78CA;
}
.BgClassName
{
background-color: #BB78CA;
}
</style>
border-color css
<style>
span { border-color: #BB78CA; }
span { border-color: rgb(187,120,202); }
td.TdClassName
{
border-color: #BB78CA;
}
.TagClassName
{
border-color: #BB78CA;
}
</style>