Shades of East Side #B07BCB
Tints of East Side #B07BCB
RGB
CMYK
RGB Variations
Color information
#B07BCB (or 0xB07BCB) is known color: East Side. HEX triplet: B0, 7B and CB. RGB value is (176,123,203). Sum of RGB (Red+Green+Blue) = 176+123+203=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B07BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BCB is #4F8434. Grayscale: #939393. Windows color (decimal): -5211189 or 13335472. OLE color: 13335472.
HSL color Cylindrical-coordinate representation of color #B07BCB: hue angle of 279.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B07BCB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 123 | 203 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.20 |
| HSL | 279.75º | 0.43% | 0.64% | - |
| HSV(B) | 279.75º | 0.39% | 0.8% | - |
| XYZ | 35.77 | 27.71 | 59.96 | - |
| YUV | 147.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 203 | 0.13 | 0.39 | 0 | 0.20 | 279.75 | 0.43 | 0.64 |
| Hex | B0 | 7B | CB | D | 27 | 0 | 14 | 118 | 2B | 40 |
| Octal | 260 | 173 | 313 | 15 | 47 | 0 | 24 | 430 | 53 | 100 |
| Binary | 10110000 | 1111011 | 11001011 | 1101 | 100111 | 0 | 10100 | 100011000 | 101011 | 1000000 |
Color Harmonies of #B07BCB
Complementary color
Monochromatic Colors of #B07BCB
Black with #B07BCB
Text Example
Text Example
White with #B07BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BCB; }
p { color: rgb(176,123,203); }
H1.HeaderClassName
{
color: #B07BCB;
}
.AnyTagClassName
{
color: #B07BCB;
}
</style>
background-color css
<style>
a { background-color: #B07BCB; }
a { background-color: rgb(176,123,203); }
div.DivClassName
{
background-color: #B07BCB;
}
.BgClassName
{
background-color: #B07BCB;
}
</style>
border-color css
<style>
span { border-color: #B07BCB; }
span { border-color: rgb(176,123,203); }
td.TdClassName
{
border-color: #B07BCB;
}
.TagClassName
{
border-color: #B07BCB;
}
</style>