Shades of East Side #BD7FC1
Tints of East Side #BD7FC1
RGB
CMYK
RGB Variations
Color information
#BD7FC1 (or 0xBD7FC1) is known color: East Side. HEX triplet: BD, 7F and C1. RGB value is (189,127,193). Sum of RGB (Red+Green+Blue) = 189+127+193=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FC1 is #42803E. Grayscale: #989898. Windows color (decimal): -4358207 or 12681149. OLE color: 12681149.
HSL color Cylindrical-coordinate representation of color #BD7FC1: hue angle of 296.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7FC1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 127 | 193 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.24 |
| HSL | 296.36º | 0.35% | 0.63% | - |
| HSV(B) | 296.36º | 0.34% | 0.76% | - |
| XYZ | 38.2 | 29.85 | 54.2 | - |
| YUV | 153.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 193 | 0.02 | 0.34 | 0 | 0.24 | 296.36 | 0.35 | 0.63 |
| Hex | BD | 7F | C1 | 2 | 22 | 0 | 18 | 128 | 23 | 3F |
| Octal | 275 | 177 | 301 | 2 | 42 | 0 | 30 | 450 | 43 | 77 |
| Binary | 10111101 | 1111111 | 11000001 | 10 | 100010 | 0 | 11000 | 100101000 | 100011 | 111111 |
Color Harmonies of #BD7FC1
Complementary color
Monochromatic Colors of #BD7FC1
Black with #BD7FC1
Text Example
Text Example
White with #BD7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FC1; }
p { color: rgb(189,127,193); }
H1.HeaderClassName
{
color: #BD7FC1;
}
.AnyTagClassName
{
color: #BD7FC1;
}
</style>
background-color css
<style>
a { background-color: #BD7FC1; }
a { background-color: rgb(189,127,193); }
div.DivClassName
{
background-color: #BD7FC1;
}
.BgClassName
{
background-color: #BD7FC1;
}
</style>
border-color css
<style>
span { border-color: #BD7FC1; }
span { border-color: rgb(189,127,193); }
td.TdClassName
{
border-color: #BD7FC1;
}
.TagClassName
{
border-color: #BD7FC1;
}
</style>