Shades of East Side #B274CB
Tints of East Side #B274CB
RGB
CMYK
RGB Variations
Color information
#B274CB (or 0xB274CB) is known color: East Side. HEX triplet: B2, 74 and CB. RGB value is (178,116,203). Sum of RGB (Red+Green+Blue) = 178+116+203=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B274CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274CB is #4D8B34. Grayscale: #909090. Windows color (decimal): -5081909 or 13333682. OLE color: 13333682.
HSL color Cylindrical-coordinate representation of color #B274CB: hue angle of 282.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B274CB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 116 | 203 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.20 |
| HSL | 282.76º | 0.46% | 0.63% | - |
| HSV(B) | 282.76º | 0.43% | 0.8% | - |
| XYZ | 35.38 | 26.27 | 59.71 | - |
| YUV | 144.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 203 | 0.12 | 0.43 | 0 | 0.20 | 282.76 | 0.46 | 0.63 |
| Hex | B2 | 74 | CB | C | 2B | 0 | 14 | 11B | 2E | 3F |
| Octal | 262 | 164 | 313 | 14 | 53 | 0 | 24 | 433 | 56 | 77 |
| Binary | 10110010 | 1110100 | 11001011 | 1100 | 101011 | 0 | 10100 | 100011011 | 101110 | 111111 |
Color Harmonies of #B274CB
Complementary color
Monochromatic Colors of #B274CB
Black with #B274CB
Text Example
Text Example
White with #B274CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B274CB; }
p { color: rgb(178,116,203); }
H1.HeaderClassName
{
color: #B274CB;
}
.AnyTagClassName
{
color: #B274CB;
}
</style>
background-color css
<style>
a { background-color: #B274CB; }
a { background-color: rgb(178,116,203); }
div.DivClassName
{
background-color: #B274CB;
}
.BgClassName
{
background-color: #B274CB;
}
</style>
border-color css
<style>
span { border-color: #B274CB; }
span { border-color: rgb(178,116,203); }
td.TdClassName
{
border-color: #B274CB;
}
.TagClassName
{
border-color: #B274CB;
}
</style>