Shades of East Side #B08FCC
Tints of East Side #B08FCC
RGB
CMYK
RGB Variations
Color information
#B08FCC (or 0xB08FCC) is known color: East Side. HEX triplet: B0, 8F and CC. RGB value is (176,143,204). Sum of RGB (Red+Green+Blue) = 176+143+204=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #B08FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FCC is #4F7033. Grayscale: #9F9F9F. Windows color (decimal): -5206068 or 13406128. OLE color: 13406128.
HSL color Cylindrical-coordinate representation of color #B08FCC: hue angle of 272.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08FCC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 143 | 204 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.2 |
| HSL | 272.46º | 0.37% | 0.68% | - |
| HSV(B) | 272.46º | 0.3% | 0.8% | - |
| XYZ | 38.63 | 33.23 | 61.51 | - |
| YUV | 159.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 204 | 0.14 | 0.30 | 0 | 0.2 | 272.46 | 0.37 | 0.68 |
| Hex | B0 | 8F | CC | E | 1E | 0 | 14 | 110 | 25 | 44 |
| Octal | 260 | 217 | 314 | 16 | 36 | 0 | 24 | 420 | 45 | 104 |
| Binary | 10110000 | 10001111 | 11001100 | 1110 | 11110 | 0 | 10100 | 100010000 | 100101 | 1000100 |
Color Harmonies of #B08FCC
Complementary color
Monochromatic Colors of #B08FCC
Black with #B08FCC
Text Example
Text Example
White with #B08FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FCC; }
p { color: rgb(176,143,204); }
H1.HeaderClassName
{
color: #B08FCC;
}
.AnyTagClassName
{
color: #B08FCC;
}
</style>
background-color css
<style>
a { background-color: #B08FCC; }
a { background-color: rgb(176,143,204); }
div.DivClassName
{
background-color: #B08FCC;
}
.BgClassName
{
background-color: #B08FCC;
}
</style>
border-color css
<style>
span { border-color: #B08FCC; }
span { border-color: rgb(176,143,204); }
td.TdClassName
{
border-color: #B08FCC;
}
.TagClassName
{
border-color: #B08FCC;
}
</style>