Shades of East Side #B07FCB
Tints of East Side #B07FCB
RGB
CMYK
RGB Variations
Color information
#B07FCB (or 0xB07FCB) is known color: East Side. HEX triplet: B0, 7F and CB. RGB value is (176,127,203). Sum of RGB (Red+Green+Blue) = 176+127+203=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #B07FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FCB is #4F8034. Grayscale: #969696. Windows color (decimal): -5210165 or 13336496. OLE color: 13336496.
HSL color Cylindrical-coordinate representation of color #B07FCB: hue angle of 278.68º 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 #B07FCB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 127 | 203 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.20 |
| HSL | 278.68º | 0.42% | 0.65% | - |
| HSV(B) | 278.68º | 0.37% | 0.8% | - |
| XYZ | 36.27 | 28.72 | 60.13 | - |
| YUV | 150.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 203 | 0.13 | 0.37 | 0 | 0.20 | 278.68 | 0.42 | 0.65 |
| Hex | B0 | 7F | CB | D | 25 | 0 | 14 | 117 | 2A | 41 |
| Octal | 260 | 177 | 313 | 15 | 45 | 0 | 24 | 427 | 52 | 101 |
| Binary | 10110000 | 1111111 | 11001011 | 1101 | 100101 | 0 | 10100 | 100010111 | 101010 | 1000001 |
Color Harmonies of #B07FCB
Complementary color
Monochromatic Colors of #B07FCB
Black with #B07FCB
Text Example
Text Example
White with #B07FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FCB; }
p { color: rgb(176,127,203); }
H1.HeaderClassName
{
color: #B07FCB;
}
.AnyTagClassName
{
color: #B07FCB;
}
</style>
background-color css
<style>
a { background-color: #B07FCB; }
a { background-color: rgb(176,127,203); }
div.DivClassName
{
background-color: #B07FCB;
}
.BgClassName
{
background-color: #B07FCB;
}
</style>
border-color css
<style>
span { border-color: #B07FCB; }
span { border-color: rgb(176,127,203); }
td.TdClassName
{
border-color: #B07FCB;
}
.TagClassName
{
border-color: #B07FCB;
}
</style>