Shades of East Side #BF84D0
Tints of East Side #BF84D0
RGB
CMYK
RGB Variations
Color information
#BF84D0 (or 0xBF84D0) is known color: East Side. HEX triplet: BF, 84 and D0. RGB value is (191,132,208). Sum of RGB (Red+Green+Blue) = 191+132+208=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF84D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84D0 is #407B2F. Grayscale: #9E9E9E. Windows color (decimal): -4225840 or 13665471. OLE color: 13665471.
HSL color Cylindrical-coordinate representation of color #BF84D0: hue angle of 286.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF84D0 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 132 | 208 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.18 |
| HSL | 286.58º | 0.45% | 0.67% | - |
| HSV(B) | 286.58º | 0.37% | 0.82% | - |
| XYZ | 41.12 | 32.13 | 63.71 | - |
| YUV | 158.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 208 | 0.08 | 0.37 | 0 | 0.18 | 286.58 | 0.45 | 0.67 |
| Hex | BF | 84 | D0 | 8 | 25 | 0 | 12 | 11F | 2D | 43 |
| Octal | 277 | 204 | 320 | 10 | 45 | 0 | 22 | 437 | 55 | 103 |
| Binary | 10111111 | 10000100 | 11010000 | 1000 | 100101 | 0 | 10010 | 100011111 | 101101 | 1000011 |
Color Harmonies of #BF84D0
Complementary color
Monochromatic Colors of #BF84D0
Black with #BF84D0
Text Example
Text Example
White with #BF84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84D0; }
p { color: rgb(191,132,208); }
H1.HeaderClassName
{
color: #BF84D0;
}
.AnyTagClassName
{
color: #BF84D0;
}
</style>
background-color css
<style>
a { background-color: #BF84D0; }
a { background-color: rgb(191,132,208); }
div.DivClassName
{
background-color: #BF84D0;
}
.BgClassName
{
background-color: #BF84D0;
}
</style>
border-color css
<style>
span { border-color: #BF84D0; }
span { border-color: rgb(191,132,208); }
td.TdClassName
{
border-color: #BF84D0;
}
.TagClassName
{
border-color: #BF84D0;
}
</style>