Shades of East Side #BD82C1
Tints of East Side #BD82C1
RGB
CMYK
RGB Variations
Color information
#BD82C1 (or 0xBD82C1) is known color: East Side. HEX triplet: BD, 82 and C1. RGB value is (189,130,193). Sum of RGB (Red+Green+Blue) = 189+130+193=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD82C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82C1 is #427D3E. Grayscale: #9A9A9A. Windows color (decimal): -4357439 or 12681917. OLE color: 12681917.
HSL color Cylindrical-coordinate representation of color #BD82C1: hue angle of 296.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD82C1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 130 | 193 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.24 |
| HSL | 296.19º | 0.34% | 0.63% | - |
| HSV(B) | 296.19º | 0.33% | 0.76% | - |
| XYZ | 38.59 | 30.63 | 54.33 | - |
| YUV | 154.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 193 | 0.02 | 0.33 | 0 | 0.24 | 296.19 | 0.34 | 0.63 |
| Hex | BD | 82 | C1 | 2 | 21 | 0 | 18 | 128 | 22 | 3F |
| Octal | 275 | 202 | 301 | 2 | 41 | 0 | 30 | 450 | 42 | 77 |
| Binary | 10111101 | 10000010 | 11000001 | 10 | 100001 | 0 | 11000 | 100101000 | 100010 | 111111 |
Color Harmonies of #BD82C1
Complementary color
Monochromatic Colors of #BD82C1
Black with #BD82C1
Text Example
Text Example
White with #BD82C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82C1; }
p { color: rgb(189,130,193); }
H1.HeaderClassName
{
color: #BD82C1;
}
.AnyTagClassName
{
color: #BD82C1;
}
</style>
background-color css
<style>
a { background-color: #BD82C1; }
a { background-color: rgb(189,130,193); }
div.DivClassName
{
background-color: #BD82C1;
}
.BgClassName
{
background-color: #BD82C1;
}
</style>
border-color css
<style>
span { border-color: #BD82C1; }
span { border-color: rgb(189,130,193); }
td.TdClassName
{
border-color: #BD82C1;
}
.TagClassName
{
border-color: #BD82C1;
}
</style>