Shades of East Side #B875C1
Tints of East Side #B875C1
RGB
CMYK
RGB Variations
Color information
#B875C1 (or 0xB875C1) is known color: East Side. HEX triplet: B8, 75 and C1. RGB value is (184,117,193). Sum of RGB (Red+Green+Blue) = 184+117+193=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #B875C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875C1 is #478A3E. Grayscale: #919191. Windows color (decimal): -4688447 or 12678584. OLE color: 12678584.
HSL color Cylindrical-coordinate representation of color #B875C1: hue angle of 292.89º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B875C1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 117 | 193 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.24 |
| HSL | 292.89º | 0.38% | 0.61% | - |
| HSV(B) | 292.89º | 0.39% | 0.76% | - |
| XYZ | 35.75 | 26.76 | 53.73 | - |
| YUV | 145.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 193 | 0.05 | 0.39 | 0 | 0.24 | 292.89 | 0.38 | 0.61 |
| Hex | B8 | 75 | C1 | 5 | 27 | 0 | 18 | 125 | 26 | 3D |
| Octal | 270 | 165 | 301 | 5 | 47 | 0 | 30 | 445 | 46 | 75 |
| Binary | 10111000 | 1110101 | 11000001 | 101 | 100111 | 0 | 11000 | 100100101 | 100110 | 111101 |
Color Harmonies of #B875C1
Complementary color
Monochromatic Colors of #B875C1
Black with #B875C1
Text Example
Text Example
White with #B875C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875C1; }
p { color: rgb(184,117,193); }
H1.HeaderClassName
{
color: #B875C1;
}
.AnyTagClassName
{
color: #B875C1;
}
</style>
background-color css
<style>
a { background-color: #B875C1; }
a { background-color: rgb(184,117,193); }
div.DivClassName
{
background-color: #B875C1;
}
.BgClassName
{
background-color: #B875C1;
}
</style>
border-color css
<style>
span { border-color: #B875C1; }
span { border-color: rgb(184,117,193); }
td.TdClassName
{
border-color: #B875C1;
}
.TagClassName
{
border-color: #B875C1;
}
</style>