Shades of East Side #BD80CE
Tints of East Side #BD80CE
RGB
CMYK
RGB Variations
Color information
#BD80CE (or 0xBD80CE) is known color: East Side. HEX triplet: BD, 80 and CE. RGB value is (189,128,206). Sum of RGB (Red+Green+Blue) = 189+128+206=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80CE is #427F31. Grayscale: #9A9A9A. Windows color (decimal): -4357938 or 13533373. OLE color: 13533373.
HSL color Cylindrical-coordinate representation of color #BD80CE: hue angle of 286.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD80CE is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 128 | 206 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.19 |
| HSL | 286.92º | 0.44% | 0.65% | - |
| HSV(B) | 286.92º | 0.38% | 0.81% | - |
| XYZ | 39.85 | 30.71 | 62.22 | - |
| YUV | 155.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 206 | 0.08 | 0.38 | 0 | 0.19 | 286.92 | 0.44 | 0.65 |
| Hex | BD | 80 | CE | 8 | 26 | 0 | 13 | 11F | 2C | 41 |
| Octal | 275 | 200 | 316 | 10 | 46 | 0 | 23 | 437 | 54 | 101 |
| Binary | 10111101 | 10000000 | 11001110 | 1000 | 100110 | 0 | 10011 | 100011111 | 101100 | 1000001 |
Color Harmonies of #BD80CE
Complementary color
Monochromatic Colors of #BD80CE
Black with #BD80CE
Text Example
Text Example
White with #BD80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80CE; }
p { color: rgb(189,128,206); }
H1.HeaderClassName
{
color: #BD80CE;
}
.AnyTagClassName
{
color: #BD80CE;
}
</style>
background-color css
<style>
a { background-color: #BD80CE; }
a { background-color: rgb(189,128,206); }
div.DivClassName
{
background-color: #BD80CE;
}
.BgClassName
{
background-color: #BD80CE;
}
</style>
border-color css
<style>
span { border-color: #BD80CE; }
span { border-color: rgb(189,128,206); }
td.TdClassName
{
border-color: #BD80CE;
}
.TagClassName
{
border-color: #BD80CE;
}
</style>