Shades of East Side #B273CD
Tints of East Side #B273CD
RGB
CMYK
RGB Variations
Color information
#B273CD (or 0xB273CD) is known color: East Side. HEX triplet: B2, 73 and CD. RGB value is (178,115,205). Sum of RGB (Red+Green+Blue) = 178+115+205=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #B273CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273CD is #4D8C32. Grayscale: #8F8F8F. Windows color (decimal): -5082163 or 13464498. OLE color: 13464498.
HSL color Cylindrical-coordinate representation of color #B273CD: hue angle of 282º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B273CD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 115 | 205 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.20 |
| HSL | 282º | 0.47% | 0.63% | - |
| HSV(B) | 282º | 0.44% | 0.8% | - |
| XYZ | 35.51 | 26.13 | 60.93 | - |
| YUV | 144.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 205 | 0.13 | 0.44 | 0 | 0.20 | 282 | 0.47 | 0.63 |
| Hex | B2 | 73 | CD | D | 2C | 0 | 14 | 11A | 2F | 3F |
| Octal | 262 | 163 | 315 | 15 | 54 | 0 | 24 | 432 | 57 | 77 |
| Binary | 10110010 | 1110011 | 11001101 | 1101 | 101100 | 0 | 10100 | 100011010 | 101111 | 111111 |
Color Harmonies of #B273CD
Complementary color
Monochromatic Colors of #B273CD
Black with #B273CD
Text Example
Text Example
White with #B273CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273CD; }
p { color: rgb(178,115,205); }
H1.HeaderClassName
{
color: #B273CD;
}
.AnyTagClassName
{
color: #B273CD;
}
</style>
background-color css
<style>
a { background-color: #B273CD; }
a { background-color: rgb(178,115,205); }
div.DivClassName
{
background-color: #B273CD;
}
.BgClassName
{
background-color: #B273CD;
}
</style>
border-color css
<style>
span { border-color: #B273CD; }
span { border-color: rgb(178,115,205); }
td.TdClassName
{
border-color: #B273CD;
}
.TagClassName
{
border-color: #B273CD;
}
</style>