Shades of East Side #B07BCF
Tints of East Side #B07BCF
RGB
CMYK
RGB Variations
Color information
#B07BCF (or 0xB07BCF) is known color: East Side. HEX triplet: B0, 7B and CF. RGB value is (176,123,207). Sum of RGB (Red+Green+Blue) = 176+123+207=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B07BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BCF is #4F8430. Grayscale: #949494. Windows color (decimal): -5211185 or 13597616. OLE color: 13597616.
HSL color Cylindrical-coordinate representation of color #B07BCF: hue angle of 277.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B07BCF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 123 | 207 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.19 |
| HSL | 277.86º | 0.47% | 0.65% | - |
| HSV(B) | 277.86º | 0.41% | 0.81% | - |
| XYZ | 36.25 | 27.9 | 62.51 | - |
| YUV | 148.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 207 | 0.15 | 0.41 | 0 | 0.19 | 277.86 | 0.47 | 0.65 |
| Hex | B0 | 7B | CF | F | 29 | 0 | 13 | 116 | 2F | 41 |
| Octal | 260 | 173 | 317 | 17 | 51 | 0 | 23 | 426 | 57 | 101 |
| Binary | 10110000 | 1111011 | 11001111 | 1111 | 101001 | 0 | 10011 | 100010110 | 101111 | 1000001 |
Color Harmonies of #B07BCF
Complementary color
Monochromatic Colors of #B07BCF
Black with #B07BCF
Text Example
Text Example
White with #B07BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BCF; }
p { color: rgb(176,123,207); }
H1.HeaderClassName
{
color: #B07BCF;
}
.AnyTagClassName
{
color: #B07BCF;
}
</style>
background-color css
<style>
a { background-color: #B07BCF; }
a { background-color: rgb(176,123,207); }
div.DivClassName
{
background-color: #B07BCF;
}
.BgClassName
{
background-color: #B07BCF;
}
</style>
border-color css
<style>
span { border-color: #B07BCF; }
span { border-color: rgb(176,123,207); }
td.TdClassName
{
border-color: #B07BCF;
}
.TagClassName
{
border-color: #B07BCF;
}
</style>