Shades of East Side #BE7FCB
Tints of East Side #BE7FCB
RGB
CMYK
RGB Variations
Color information
#BE7FCB (or 0xBE7FCB) is known color: East Side. HEX triplet: BE, 7F and CB. RGB value is (190,127,203). Sum of RGB (Red+Green+Blue) = 190+127+203=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FCB is #418034. Grayscale: #9A9A9A. Windows color (decimal): -4292661 or 13336510. OLE color: 13336510.
HSL color Cylindrical-coordinate representation of color #BE7FCB: hue angle of 289.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7FCB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 127 | 203 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.20 |
| HSL | 289.74º | 0.42% | 0.65% | - |
| HSV(B) | 289.74º | 0.37% | 0.8% | - |
| XYZ | 39.6 | 30.44 | 60.29 | - |
| YUV | 154.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 203 | 0.06 | 0.37 | 0 | 0.20 | 289.74 | 0.42 | 0.65 |
| Hex | BE | 7F | CB | 6 | 25 | 0 | 14 | 122 | 2A | 41 |
| Octal | 276 | 177 | 313 | 6 | 45 | 0 | 24 | 442 | 52 | 101 |
| Binary | 10111110 | 1111111 | 11001011 | 110 | 100101 | 0 | 10100 | 100100010 | 101010 | 1000001 |
Color Harmonies of #BE7FCB
Complementary color
Monochromatic Colors of #BE7FCB
Black with #BE7FCB
Text Example
Text Example
White with #BE7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FCB; }
p { color: rgb(190,127,203); }
H1.HeaderClassName
{
color: #BE7FCB;
}
.AnyTagClassName
{
color: #BE7FCB;
}
</style>
background-color css
<style>
a { background-color: #BE7FCB; }
a { background-color: rgb(190,127,203); }
div.DivClassName
{
background-color: #BE7FCB;
}
.BgClassName
{
background-color: #BE7FCB;
}
</style>
border-color css
<style>
span { border-color: #BE7FCB; }
span { border-color: rgb(190,127,203); }
td.TdClassName
{
border-color: #BE7FCB;
}
.TagClassName
{
border-color: #BE7FCB;
}
</style>