Shades of East Side #B37FC1
Tints of East Side #B37FC1
RGB
CMYK
RGB Variations
Color information
#B37FC1 (or 0xB37FC1) is known color: East Side. HEX triplet: B3, 7F and C1. RGB value is (179,127,193). Sum of RGB (Red+Green+Blue) = 179+127+193=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #B37FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FC1 is #4C803E. Grayscale: #959595. Windows color (decimal): -5013567 or 12681139. OLE color: 12681139.
HSL color Cylindrical-coordinate representation of color #B37FC1: hue angle of 287.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37FC1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 127 | 193 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.24 |
| HSL | 287.27º | 0.35% | 0.63% | - |
| HSV(B) | 287.27º | 0.34% | 0.76% | - |
| XYZ | 35.81 | 28.61 | 54.09 | - |
| YUV | 150.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 193 | 0.07 | 0.34 | 0 | 0.24 | 287.27 | 0.35 | 0.63 |
| Hex | B3 | 7F | C1 | 7 | 22 | 0 | 18 | 11F | 23 | 3F |
| Octal | 263 | 177 | 301 | 7 | 42 | 0 | 30 | 437 | 43 | 77 |
| Binary | 10110011 | 1111111 | 11000001 | 111 | 100010 | 0 | 11000 | 100011111 | 100011 | 111111 |
Color Harmonies of #B37FC1
Complementary color
Monochromatic Colors of #B37FC1
Black with #B37FC1
Text Example
Text Example
White with #B37FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FC1; }
p { color: rgb(179,127,193); }
H1.HeaderClassName
{
color: #B37FC1;
}
.AnyTagClassName
{
color: #B37FC1;
}
</style>
background-color css
<style>
a { background-color: #B37FC1; }
a { background-color: rgb(179,127,193); }
div.DivClassName
{
background-color: #B37FC1;
}
.BgClassName
{
background-color: #B37FC1;
}
</style>
border-color css
<style>
span { border-color: #B37FC1; }
span { border-color: rgb(179,127,193); }
td.TdClassName
{
border-color: #B37FC1;
}
.TagClassName
{
border-color: #B37FC1;
}
</style>