Shades of East Side #B08CCC
Tints of East Side #B08CCC
RGB
CMYK
RGB Variations
Color information
#B08CCC (or 0xB08CCC) is known color: East Side. HEX triplet: B0, 8C and CC. RGB value is (176,140,204). Sum of RGB (Red+Green+Blue) = 176+140+204=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B08CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CCC is #4F7333. Grayscale: #9D9D9D. Windows color (decimal): -5206836 or 13405360. OLE color: 13405360.
HSL color Cylindrical-coordinate representation of color #B08CCC: hue angle of 273.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08CCC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 140 | 204 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.2 |
| HSL | 273.75º | 0.39% | 0.67% | - |
| HSV(B) | 273.75º | 0.31% | 0.8% | - |
| XYZ | 38.18 | 32.35 | 61.36 | - |
| YUV | 158.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 204 | 0.14 | 0.31 | 0 | 0.2 | 273.75 | 0.39 | 0.67 |
| Hex | B0 | 8C | CC | E | 1F | 0 | 14 | 112 | 27 | 43 |
| Octal | 260 | 214 | 314 | 16 | 37 | 0 | 24 | 422 | 47 | 103 |
| Binary | 10110000 | 10001100 | 11001100 | 1110 | 11111 | 0 | 10100 | 100010010 | 100111 | 1000011 |
Color Harmonies of #B08CCC
Complementary color
Monochromatic Colors of #B08CCC
Black with #B08CCC
Text Example
Text Example
White with #B08CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CCC; }
p { color: rgb(176,140,204); }
H1.HeaderClassName
{
color: #B08CCC;
}
.AnyTagClassName
{
color: #B08CCC;
}
</style>
background-color css
<style>
a { background-color: #B08CCC; }
a { background-color: rgb(176,140,204); }
div.DivClassName
{
background-color: #B08CCC;
}
.BgClassName
{
background-color: #B08CCC;
}
</style>
border-color css
<style>
span { border-color: #B08CCC; }
span { border-color: rgb(176,140,204); }
td.TdClassName
{
border-color: #B08CCC;
}
.TagClassName
{
border-color: #B08CCC;
}
</style>