Shades of East Side #BD80C4
Tints of East Side #BD80C4
RGB
CMYK
RGB Variations
Color information
#BD80C4 (or 0xBD80C4) is known color: East Side. HEX triplet: BD, 80 and C4. RGB value is (189,128,196). Sum of RGB (Red+Green+Blue) = 189+128+196=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80C4 is #427F3B. Grayscale: #999999. Windows color (decimal): -4357948 or 12878013. OLE color: 12878013.
HSL color Cylindrical-coordinate representation of color #BD80C4: hue angle of 293.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD80C4 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 128 | 196 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.23 |
| HSL | 293.82º | 0.37% | 0.64% | - |
| HSV(B) | 293.82º | 0.35% | 0.77% | - |
| XYZ | 38.67 | 30.24 | 56.02 | - |
| YUV | 153.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 196 | 0.04 | 0.35 | 0 | 0.23 | 293.82 | 0.37 | 0.64 |
| Hex | BD | 80 | C4 | 4 | 23 | 0 | 17 | 126 | 25 | 40 |
| Octal | 275 | 200 | 304 | 4 | 43 | 0 | 27 | 446 | 45 | 100 |
| Binary | 10111101 | 10000000 | 11000100 | 100 | 100011 | 0 | 10111 | 100100110 | 100101 | 1000000 |
Color Harmonies of #BD80C4
Complementary color
Monochromatic Colors of #BD80C4
Black with #BD80C4
Text Example
Text Example
White with #BD80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80C4; }
p { color: rgb(189,128,196); }
H1.HeaderClassName
{
color: #BD80C4;
}
.AnyTagClassName
{
color: #BD80C4;
}
</style>
background-color css
<style>
a { background-color: #BD80C4; }
a { background-color: rgb(189,128,196); }
div.DivClassName
{
background-color: #BD80C4;
}
.BgClassName
{
background-color: #BD80C4;
}
</style>
border-color css
<style>
span { border-color: #BD80C4; }
span { border-color: rgb(189,128,196); }
td.TdClassName
{
border-color: #BD80C4;
}
.TagClassName
{
border-color: #BD80C4;
}
</style>