Shades of East Side #BD80C1
Tints of East Side #BD80C1
RGB
CMYK
RGB Variations
Color information
#BD80C1 (or 0xBD80C1) is known color: East Side. HEX triplet: BD, 80 and C1. RGB value is (189,128,193). Sum of RGB (Red+Green+Blue) = 189+128+193=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80C1 is #427F3E. Grayscale: #999999. Windows color (decimal): -4357951 or 12681405. OLE color: 12681405.
HSL color Cylindrical-coordinate representation of color #BD80C1: hue angle of 296.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD80C1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 128 | 193 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.24 |
| HSL | 296.31º | 0.34% | 0.63% | - |
| HSV(B) | 296.31º | 0.34% | 0.76% | - |
| XYZ | 38.33 | 30.11 | 54.24 | - |
| YUV | 153.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 193 | 0.02 | 0.34 | 0 | 0.24 | 296.31 | 0.34 | 0.63 |
| Hex | BD | 80 | C1 | 2 | 22 | 0 | 18 | 128 | 22 | 3F |
| Octal | 275 | 200 | 301 | 2 | 42 | 0 | 30 | 450 | 42 | 77 |
| Binary | 10111101 | 10000000 | 11000001 | 10 | 100010 | 0 | 11000 | 100101000 | 100010 | 111111 |
Color Harmonies of #BD80C1
Complementary color
Monochromatic Colors of #BD80C1
Black with #BD80C1
Text Example
Text Example
White with #BD80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80C1; }
p { color: rgb(189,128,193); }
H1.HeaderClassName
{
color: #BD80C1;
}
.AnyTagClassName
{
color: #BD80C1;
}
</style>
background-color css
<style>
a { background-color: #BD80C1; }
a { background-color: rgb(189,128,193); }
div.DivClassName
{
background-color: #BD80C1;
}
.BgClassName
{
background-color: #BD80C1;
}
</style>
border-color css
<style>
span { border-color: #BD80C1; }
span { border-color: rgb(189,128,193); }
td.TdClassName
{
border-color: #BD80C1;
}
.TagClassName
{
border-color: #BD80C1;
}
</style>