Shades of East Side #BF80CE
Tints of East Side #BF80CE
RGB
CMYK
RGB Variations
Color information
#BF80CE (or 0xBF80CE) is known color: East Side. HEX triplet: BF, 80 and CE. RGB value is (191,128,206). Sum of RGB (Red+Green+Blue) = 191+128+206=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80CE is #407F31. Grayscale: #9B9B9B. Windows color (decimal): -4226866 or 13533375. OLE color: 13533375.
HSL color Cylindrical-coordinate representation of color #BF80CE: hue angle of 288.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF80CE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 128 | 206 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.19 |
| HSL | 288.46º | 0.44% | 0.65% | - |
| HSV(B) | 288.46º | 0.38% | 0.81% | - |
| XYZ | 40.35 | 30.97 | 62.24 | - |
| YUV | 155.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 206 | 0.07 | 0.38 | 0 | 0.19 | 288.46 | 0.44 | 0.65 |
| Hex | BF | 80 | CE | 7 | 26 | 0 | 13 | 120 | 2C | 41 |
| Octal | 277 | 200 | 316 | 7 | 46 | 0 | 23 | 440 | 54 | 101 |
| Binary | 10111111 | 10000000 | 11001110 | 111 | 100110 | 0 | 10011 | 100100000 | 101100 | 1000001 |
Color Harmonies of #BF80CE
Complementary color
Monochromatic Colors of #BF80CE
Black with #BF80CE
Text Example
Text Example
White with #BF80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80CE; }
p { color: rgb(191,128,206); }
H1.HeaderClassName
{
color: #BF80CE;
}
.AnyTagClassName
{
color: #BF80CE;
}
</style>
background-color css
<style>
a { background-color: #BF80CE; }
a { background-color: rgb(191,128,206); }
div.DivClassName
{
background-color: #BF80CE;
}
.BgClassName
{
background-color: #BF80CE;
}
</style>
border-color css
<style>
span { border-color: #BF80CE; }
span { border-color: rgb(191,128,206); }
td.TdClassName
{
border-color: #BF80CE;
}
.TagClassName
{
border-color: #BF80CE;
}
</style>