Shades of East Side #BD81C1
Tints of East Side #BD81C1
RGB
CMYK
RGB Variations
Color information
#BD81C1 (or 0xBD81C1) is known color: East Side. HEX triplet: BD, 81 and C1. RGB value is (189,129,193). Sum of RGB (Red+Green+Blue) = 189+129+193=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD81C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81C1 is #427E3E. Grayscale: #9A9A9A. Windows color (decimal): -4357695 or 12681661. OLE color: 12681661.
HSL color Cylindrical-coordinate representation of color #BD81C1: hue angle of 296.25º 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 #BD81C1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 129 | 193 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.24 |
| HSL | 296.25º | 0.34% | 0.63% | - |
| HSV(B) | 296.25º | 0.33% | 0.76% | - |
| XYZ | 38.46 | 30.37 | 54.29 | - |
| YUV | 154.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 193 | 0.02 | 0.33 | 0 | 0.24 | 296.25 | 0.34 | 0.63 |
| Hex | BD | 81 | C1 | 2 | 21 | 0 | 18 | 128 | 22 | 3F |
| Octal | 275 | 201 | 301 | 2 | 41 | 0 | 30 | 450 | 42 | 77 |
| Binary | 10111101 | 10000001 | 11000001 | 10 | 100001 | 0 | 11000 | 100101000 | 100010 | 111111 |
Color Harmonies of #BD81C1
Complementary color
Monochromatic Colors of #BD81C1
Black with #BD81C1
Text Example
Text Example
White with #BD81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD81C1; }
p { color: rgb(189,129,193); }
H1.HeaderClassName
{
color: #BD81C1;
}
.AnyTagClassName
{
color: #BD81C1;
}
</style>
background-color css
<style>
a { background-color: #BD81C1; }
a { background-color: rgb(189,129,193); }
div.DivClassName
{
background-color: #BD81C1;
}
.BgClassName
{
background-color: #BD81C1;
}
</style>
border-color css
<style>
span { border-color: #BD81C1; }
span { border-color: rgb(189,129,193); }
td.TdClassName
{
border-color: #BD81C1;
}
.TagClassName
{
border-color: #BD81C1;
}
</style>