Shades of East Side #BD82D3
Tints of East Side #BD82D3
RGB
CMYK
RGB Variations
Color information
#BD82D3 (or 0xBD82D3) is known color: East Side. HEX triplet: BD, 82 and D3. RGB value is (189,130,211). Sum of RGB (Red+Green+Blue) = 189+130+211=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD82D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82D3 is #427D2C. Grayscale: #9C9C9C. Windows color (decimal): -4357421 or 13861565. OLE color: 13861565.
HSL color Cylindrical-coordinate representation of color #BD82D3: hue angle of 283.7º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD82D3 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 130 | 211 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.17 |
| HSL | 283.7º | 0.48% | 0.67% | - |
| HSV(B) | 283.7º | 0.38% | 0.83% | - |
| XYZ | 40.73 | 31.49 | 65.56 | - |
| YUV | 156.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 211 | 0.10 | 0.38 | 0 | 0.17 | 283.7 | 0.48 | 0.67 |
| Hex | BD | 82 | D3 | A | 26 | 0 | 11 | 11C | 30 | 43 |
| Octal | 275 | 202 | 323 | 12 | 46 | 0 | 21 | 434 | 60 | 103 |
| Binary | 10111101 | 10000010 | 11010011 | 1010 | 100110 | 0 | 10001 | 100011100 | 110000 | 1000011 |
Color Harmonies of #BD82D3
Complementary color
Monochromatic Colors of #BD82D3
Black with #BD82D3
Text Example
Text Example
White with #BD82D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82D3; }
p { color: rgb(189,130,211); }
H1.HeaderClassName
{
color: #BD82D3;
}
.AnyTagClassName
{
color: #BD82D3;
}
</style>
background-color css
<style>
a { background-color: #BD82D3; }
a { background-color: rgb(189,130,211); }
div.DivClassName
{
background-color: #BD82D3;
}
.BgClassName
{
background-color: #BD82D3;
}
</style>
border-color css
<style>
span { border-color: #BD82D3; }
span { border-color: rgb(189,130,211); }
td.TdClassName
{
border-color: #BD82D3;
}
.TagClassName
{
border-color: #BD82D3;
}
</style>