Shades of East Side #B37BCE
Tints of East Side #B37BCE
RGB
CMYK
RGB Variations
Color information
#B37BCE (or 0xB37BCE) is known color: East Side. HEX triplet: B3, 7B and CE. RGB value is (179,123,206). Sum of RGB (Red+Green+Blue) = 179+123+206=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #B37BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BCE is #4C8431. Grayscale: #949494. Windows color (decimal): -5014578 or 13532083. OLE color: 13532083.
HSL color Cylindrical-coordinate representation of color #B37BCE: hue angle of 280.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B37BCE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 123 | 206 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.19 |
| HSL | 280.48º | 0.46% | 0.65% | - |
| HSV(B) | 280.48º | 0.4% | 0.81% | - |
| XYZ | 36.81 | 28.21 | 61.9 | - |
| YUV | 149.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 206 | 0.13 | 0.40 | 0 | 0.19 | 280.48 | 0.46 | 0.65 |
| Hex | B3 | 7B | CE | D | 28 | 0 | 13 | 118 | 2E | 41 |
| Octal | 263 | 173 | 316 | 15 | 50 | 0 | 23 | 430 | 56 | 101 |
| Binary | 10110011 | 1111011 | 11001110 | 1101 | 101000 | 0 | 10011 | 100011000 | 101110 | 1000001 |
Color Harmonies of #B37BCE
Complementary color
Monochromatic Colors of #B37BCE
Black with #B37BCE
Text Example
Text Example
White with #B37BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BCE; }
p { color: rgb(179,123,206); }
H1.HeaderClassName
{
color: #B37BCE;
}
.AnyTagClassName
{
color: #B37BCE;
}
</style>
background-color css
<style>
a { background-color: #B37BCE; }
a { background-color: rgb(179,123,206); }
div.DivClassName
{
background-color: #B37BCE;
}
.BgClassName
{
background-color: #B37BCE;
}
</style>
border-color css
<style>
span { border-color: #B37BCE; }
span { border-color: rgb(179,123,206); }
td.TdClassName
{
border-color: #B37BCE;
}
.TagClassName
{
border-color: #B37BCE;
}
</style>