Shades of East Side #BD80C2
Tints of East Side #BD80C2
RGB
CMYK
RGB Variations
Color information
#BD80C2 (or 0xBD80C2) is known color: East Side. HEX triplet: BD, 80 and C2. RGB value is (189,128,194). Sum of RGB (Red+Green+Blue) = 189+128+194=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80C2 is #427F3D. Grayscale: #999999. Windows color (decimal): -4357950 or 12746941. OLE color: 12746941.
HSL color Cylindrical-coordinate representation of color #BD80C2: hue angle of 295.45º degrees, saturation: 0.35, 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 #BD80C2 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 128 | 194 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.24 |
| HSL | 295.45º | 0.35% | 0.63% | - |
| HSV(B) | 295.45º | 0.34% | 0.76% | - |
| XYZ | 38.44 | 30.15 | 54.83 | - |
| YUV | 153.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 194 | 0.03 | 0.34 | 0 | 0.24 | 295.45 | 0.35 | 0.63 |
| Hex | BD | 80 | C2 | 3 | 22 | 0 | 18 | 127 | 23 | 3F |
| Octal | 275 | 200 | 302 | 3 | 42 | 0 | 30 | 447 | 43 | 77 |
| Binary | 10111101 | 10000000 | 11000010 | 11 | 100010 | 0 | 11000 | 100100111 | 100011 | 111111 |
Color Harmonies of #BD80C2
Complementary color
Monochromatic Colors of #BD80C2
Black with #BD80C2
Text Example
Text Example
White with #BD80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80C2; }
p { color: rgb(189,128,194); }
H1.HeaderClassName
{
color: #BD80C2;
}
.AnyTagClassName
{
color: #BD80C2;
}
</style>
background-color css
<style>
a { background-color: #BD80C2; }
a { background-color: rgb(189,128,194); }
div.DivClassName
{
background-color: #BD80C2;
}
.BgClassName
{
background-color: #BD80C2;
}
</style>
border-color css
<style>
span { border-color: #BD80C2; }
span { border-color: rgb(189,128,194); }
td.TdClassName
{
border-color: #BD80C2;
}
.TagClassName
{
border-color: #BD80C2;
}
</style>