Shades of East Side #BF80D3
Tints of East Side #BF80D3
RGB
CMYK
RGB Variations
Color information
#BF80D3 (or 0xBF80D3) is known color: East Side. HEX triplet: BF, 80 and D3. RGB value is (191,128,211). Sum of RGB (Red+Green+Blue) = 191+128+211=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80D3 is #407F2C. Grayscale: #9C9C9C. Windows color (decimal): -4226861 or 13861055. OLE color: 13861055.
HSL color Cylindrical-coordinate representation of color #BF80D3: hue angle of 285.54º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF80D3 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 128 | 211 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.17 |
| HSL | 285.54º | 0.49% | 0.66% | - |
| HSV(B) | 285.54º | 0.39% | 0.83% | - |
| XYZ | 40.96 | 31.22 | 65.49 | - |
| YUV | 156.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 211 | 0.09 | 0.39 | 0 | 0.17 | 285.54 | 0.49 | 0.66 |
| Hex | BF | 80 | D3 | 9 | 27 | 0 | 11 | 11E | 31 | 42 |
| Octal | 277 | 200 | 323 | 11 | 47 | 0 | 21 | 436 | 61 | 102 |
| Binary | 10111111 | 10000000 | 11010011 | 1001 | 100111 | 0 | 10001 | 100011110 | 110001 | 1000010 |
Color Harmonies of #BF80D3
Complementary color
Monochromatic Colors of #BF80D3
Black with #BF80D3
Text Example
Text Example
White with #BF80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80D3; }
p { color: rgb(191,128,211); }
H1.HeaderClassName
{
color: #BF80D3;
}
.AnyTagClassName
{
color: #BF80D3;
}
</style>
background-color css
<style>
a { background-color: #BF80D3; }
a { background-color: rgb(191,128,211); }
div.DivClassName
{
background-color: #BF80D3;
}
.BgClassName
{
background-color: #BF80D3;
}
</style>
border-color css
<style>
span { border-color: #BF80D3; }
span { border-color: rgb(191,128,211); }
td.TdClassName
{
border-color: #BF80D3;
}
.TagClassName
{
border-color: #BF80D3;
}
</style>