Shades of East Side #BF82D1
Tints of East Side #BF82D1
RGB
CMYK
RGB Variations
Color information
#BF82D1 (or 0xBF82D1) is known color: East Side. HEX triplet: BF, 82 and D1. RGB value is (191,130,209). Sum of RGB (Red+Green+Blue) = 191+130+209=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82D1 is #407D2E. Grayscale: #9C9C9C. Windows color (decimal): -4226351 or 13730495. OLE color: 13730495.
HSL color Cylindrical-coordinate representation of color #BF82D1: hue angle of 286.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF82D1 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 130 | 209 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.18 |
| HSL | 286.33º | 0.46% | 0.66% | - |
| HSV(B) | 286.33º | 0.38% | 0.82% | - |
| XYZ | 40.98 | 31.65 | 64.27 | - |
| YUV | 157.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 209 | 0.09 | 0.38 | 0 | 0.18 | 286.33 | 0.46 | 0.66 |
| Hex | BF | 82 | D1 | 9 | 26 | 0 | 12 | 11E | 2E | 42 |
| Octal | 277 | 202 | 321 | 11 | 46 | 0 | 22 | 436 | 56 | 102 |
| Binary | 10111111 | 10000010 | 11010001 | 1001 | 100110 | 0 | 10010 | 100011110 | 101110 | 1000010 |
Color Harmonies of #BF82D1
Complementary color
Monochromatic Colors of #BF82D1
Black with #BF82D1
Text Example
Text Example
White with #BF82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF82D1; }
p { color: rgb(191,130,209); }
H1.HeaderClassName
{
color: #BF82D1;
}
.AnyTagClassName
{
color: #BF82D1;
}
</style>
background-color css
<style>
a { background-color: #BF82D1; }
a { background-color: rgb(191,130,209); }
div.DivClassName
{
background-color: #BF82D1;
}
.BgClassName
{
background-color: #BF82D1;
}
</style>
border-color css
<style>
span { border-color: #BF82D1; }
span { border-color: rgb(191,130,209); }
td.TdClassName
{
border-color: #BF82D1;
}
.TagClassName
{
border-color: #BF82D1;
}
</style>