Shades of East Side #B392CB
Tints of East Side #B392CB
RGB
CMYK
RGB Variations
Color information
#B392CB (or 0xB392CB) is known color: East Side. HEX triplet: B3, 92 and CB. RGB value is (179,146,203). Sum of RGB (Red+Green+Blue) = 179+146+203=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B392CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392CB is #4C6D34. Grayscale: #A2A2A2. Windows color (decimal): -5008693 or 13341363. OLE color: 13341363.
HSL color Cylindrical-coordinate representation of color #B392CB: hue angle of 274.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B392CB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 146 | 203 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.20 |
| HSL | 274.74º | 0.35% | 0.68% | - |
| HSV(B) | 274.74º | 0.28% | 0.8% | - |
| XYZ | 39.65 | 34.45 | 61.06 | - |
| YUV | 162.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 203 | 0.12 | 0.28 | 0 | 0.20 | 274.74 | 0.35 | 0.68 |
| Hex | B3 | 92 | CB | C | 1C | 0 | 14 | 113 | 23 | 44 |
| Octal | 263 | 222 | 313 | 14 | 34 | 0 | 24 | 423 | 43 | 104 |
| Binary | 10110011 | 10010010 | 11001011 | 1100 | 11100 | 0 | 10100 | 100010011 | 100011 | 1000100 |
Color Harmonies of #B392CB
Complementary color
Monochromatic Colors of #B392CB
Black with #B392CB
Text Example
Text Example
White with #B392CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392CB; }
p { color: rgb(179,146,203); }
H1.HeaderClassName
{
color: #B392CB;
}
.AnyTagClassName
{
color: #B392CB;
}
</style>
background-color css
<style>
a { background-color: #B392CB; }
a { background-color: rgb(179,146,203); }
div.DivClassName
{
background-color: #B392CB;
}
.BgClassName
{
background-color: #B392CB;
}
</style>
border-color css
<style>
span { border-color: #B392CB; }
span { border-color: rgb(179,146,203); }
td.TdClassName
{
border-color: #B392CB;
}
.TagClassName
{
border-color: #B392CB;
}
</style>