Shades of East Side #B08CC1
Tints of East Side #B08CC1
RGB
CMYK
RGB Variations
Color information
#B08CC1 (or 0xB08CC1) is known color: East Side. HEX triplet: B0, 8C and C1. RGB value is (176,140,193). Sum of RGB (Red+Green+Blue) = 176+140+193=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #B08CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CC1 is #4F733E. Grayscale: #9C9C9C. Windows color (decimal): -5206847 or 12684464. OLE color: 12684464.
HSL color Cylindrical-coordinate representation of color #B08CC1: hue angle of 280.75º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B08CC1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 140 | 193 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.24 |
| HSL | 280.75º | 0.3% | 0.65% | - |
| HSV(B) | 280.75º | 0.27% | 0.76% | - |
| XYZ | 36.91 | 31.84 | 54.65 | - |
| YUV | 156.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 193 | 0.09 | 0.27 | 0 | 0.24 | 280.75 | 0.3 | 0.65 |
| Hex | B0 | 8C | C1 | 9 | 1B | 0 | 18 | 119 | 1E | 41 |
| Octal | 260 | 214 | 301 | 11 | 33 | 0 | 30 | 431 | 36 | 101 |
| Binary | 10110000 | 10001100 | 11000001 | 1001 | 11011 | 0 | 11000 | 100011001 | 11110 | 1000001 |
Color Harmonies of #B08CC1
Complementary color
Monochromatic Colors of #B08CC1
Black with #B08CC1
Text Example
Text Example
White with #B08CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CC1; }
p { color: rgb(176,140,193); }
H1.HeaderClassName
{
color: #B08CC1;
}
.AnyTagClassName
{
color: #B08CC1;
}
</style>
background-color css
<style>
a { background-color: #B08CC1; }
a { background-color: rgb(176,140,193); }
div.DivClassName
{
background-color: #B08CC1;
}
.BgClassName
{
background-color: #B08CC1;
}
</style>
border-color css
<style>
span { border-color: #B08CC1; }
span { border-color: rgb(176,140,193); }
td.TdClassName
{
border-color: #B08CC1;
}
.TagClassName
{
border-color: #B08CC1;
}
</style>