Shades of East Side #BF7FCD
Tints of East Side #BF7FCD
RGB
CMYK
RGB Variations
Color information
#BF7FCD (or 0xBF7FCD) is known color: East Side. HEX triplet: BF, 7F and CD. RGB value is (191,127,205). Sum of RGB (Red+Green+Blue) = 191+127+205=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FCD is #408032. Grayscale: #9A9A9A. Windows color (decimal): -4227123 or 13467583. OLE color: 13467583.
HSL color Cylindrical-coordinate representation of color #BF7FCD: hue angle of 289.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7FCD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 127 | 205 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.20 |
| HSL | 289.23º | 0.44% | 0.65% | - |
| HSV(B) | 289.23º | 0.38% | 0.8% | - |
| XYZ | 40.09 | 30.66 | 61.56 | - |
| YUV | 155.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 205 | 0.07 | 0.38 | 0 | 0.20 | 289.23 | 0.44 | 0.65 |
| Hex | BF | 7F | CD | 7 | 26 | 0 | 14 | 121 | 2C | 41 |
| Octal | 277 | 177 | 315 | 7 | 46 | 0 | 24 | 441 | 54 | 101 |
| Binary | 10111111 | 1111111 | 11001101 | 111 | 100110 | 0 | 10100 | 100100001 | 101100 | 1000001 |
Color Harmonies of #BF7FCD
Complementary color
Monochromatic Colors of #BF7FCD
Black with #BF7FCD
Text Example
Text Example
White with #BF7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FCD; }
p { color: rgb(191,127,205); }
H1.HeaderClassName
{
color: #BF7FCD;
}
.AnyTagClassName
{
color: #BF7FCD;
}
</style>
background-color css
<style>
a { background-color: #BF7FCD; }
a { background-color: rgb(191,127,205); }
div.DivClassName
{
background-color: #BF7FCD;
}
.BgClassName
{
background-color: #BF7FCD;
}
</style>
border-color css
<style>
span { border-color: #BF7FCD; }
span { border-color: rgb(191,127,205); }
td.TdClassName
{
border-color: #BF7FCD;
}
.TagClassName
{
border-color: #BF7FCD;
}
</style>