Shades of East Side #B274C0
Tints of East Side #B274C0
RGB
CMYK
RGB Variations
Color information
#B274C0 (or 0xB274C0) is known color: East Side. HEX triplet: B2, 74 and C0. RGB value is (178,116,192). Sum of RGB (Red+Green+Blue) = 178+116+192=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #B274C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274C0 is #4D8B3F. Grayscale: #8E8E8E. Windows color (decimal): -5081920 or 12612786. OLE color: 12612786.
HSL color Cylindrical-coordinate representation of color #B274C0: hue angle of 288.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B274C0 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 116 | 192 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.25 |
| HSL | 288.95º | 0.38% | 0.6% | - |
| HSV(B) | 288.95º | 0.4% | 0.75% | - |
| XYZ | 34.12 | 25.76 | 53.04 | - |
| YUV | 143.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 192 | 0.07 | 0.40 | 0 | 0.25 | 288.95 | 0.38 | 0.6 |
| Hex | B2 | 74 | C0 | 7 | 28 | 0 | 19 | 121 | 26 | 3C |
| Octal | 262 | 164 | 300 | 7 | 50 | 0 | 31 | 441 | 46 | 74 |
| Binary | 10110010 | 1110100 | 11000000 | 111 | 101000 | 0 | 11001 | 100100001 | 100110 | 111100 |
Color Harmonies of #B274C0
Complementary color
Monochromatic Colors of #B274C0
Black with #B274C0
Text Example
Text Example
White with #B274C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B274C0; }
p { color: rgb(178,116,192); }
H1.HeaderClassName
{
color: #B274C0;
}
.AnyTagClassName
{
color: #B274C0;
}
</style>
background-color css
<style>
a { background-color: #B274C0; }
a { background-color: rgb(178,116,192); }
div.DivClassName
{
background-color: #B274C0;
}
.BgClassName
{
background-color: #B274C0;
}
</style>
border-color css
<style>
span { border-color: #B274C0; }
span { border-color: rgb(178,116,192); }
td.TdClassName
{
border-color: #B274C0;
}
.TagClassName
{
border-color: #B274C0;
}
</style>