Shades of East Side #BD80CF
Tints of East Side #BD80CF
RGB
CMYK
RGB Variations
Color information
#BD80CF (or 0xBD80CF) is known color: East Side. HEX triplet: BD, 80 and CF. RGB value is (189,128,207). Sum of RGB (Red+Green+Blue) = 189+128+207=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80CF is #427F30. Grayscale: #9A9A9A. Windows color (decimal): -4357937 or 13598909. OLE color: 13598909.
HSL color Cylindrical-coordinate representation of color #BD80CF: hue angle of 286.33º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD80CF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 128 | 207 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.19 |
| HSL | 286.33º | 0.45% | 0.66% | - |
| HSV(B) | 286.33º | 0.38% | 0.81% | - |
| XYZ | 39.97 | 30.76 | 62.86 | - |
| YUV | 155.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 207 | 0.09 | 0.38 | 0 | 0.19 | 286.33 | 0.45 | 0.66 |
| Hex | BD | 80 | CF | 9 | 26 | 0 | 13 | 11E | 2D | 42 |
| Octal | 275 | 200 | 317 | 11 | 46 | 0 | 23 | 436 | 55 | 102 |
| Binary | 10111101 | 10000000 | 11001111 | 1001 | 100110 | 0 | 10011 | 100011110 | 101101 | 1000010 |
Color Harmonies of #BD80CF
Complementary color
Monochromatic Colors of #BD80CF
Black with #BD80CF
Text Example
Text Example
White with #BD80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80CF; }
p { color: rgb(189,128,207); }
H1.HeaderClassName
{
color: #BD80CF;
}
.AnyTagClassName
{
color: #BD80CF;
}
</style>
background-color css
<style>
a { background-color: #BD80CF; }
a { background-color: rgb(189,128,207); }
div.DivClassName
{
background-color: #BD80CF;
}
.BgClassName
{
background-color: #BD80CF;
}
</style>
border-color css
<style>
span { border-color: #BD80CF; }
span { border-color: rgb(189,128,207); }
td.TdClassName
{
border-color: #BD80CF;
}
.TagClassName
{
border-color: #BD80CF;
}
</style>