Shades of East Side #BF8ACC
Tints of East Side #BF8ACC
RGB
CMYK
RGB Variations
Color information
#BF8ACC (or 0xBF8ACC) is known color: East Side. HEX triplet: BF, 8A and CC. RGB value is (191,138,204). Sum of RGB (Red+Green+Blue) = 191+138+204=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACC is #407533. Grayscale: #A1A1A1. Windows color (decimal): -4224308 or 13404863. OLE color: 13404863.
HSL color Cylindrical-coordinate representation of color #BF8ACC: hue angle of 288.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8ACC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 138 | 204 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.2 |
| HSL | 288.18º | 0.39% | 0.67% | - |
| HSV(B) | 288.18º | 0.32% | 0.8% | - |
| XYZ | 41.47 | 33.61 | 61.43 | - |
| YUV | 161.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 204 | 0.06 | 0.32 | 0 | 0.2 | 288.18 | 0.39 | 0.67 |
| Hex | BF | 8A | CC | 6 | 20 | 0 | 14 | 120 | 27 | 43 |
| Octal | 277 | 212 | 314 | 6 | 40 | 0 | 24 | 440 | 47 | 103 |
| Binary | 10111111 | 10001010 | 11001100 | 110 | 100000 | 0 | 10100 | 100100000 | 100111 | 1000011 |
Color Harmonies of #BF8ACC
Complementary color
Monochromatic Colors of #BF8ACC
Black with #BF8ACC
Text Example
Text Example
White with #BF8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ACC; }
p { color: rgb(191,138,204); }
H1.HeaderClassName
{
color: #BF8ACC;
}
.AnyTagClassName
{
color: #BF8ACC;
}
</style>
background-color css
<style>
a { background-color: #BF8ACC; }
a { background-color: rgb(191,138,204); }
div.DivClassName
{
background-color: #BF8ACC;
}
.BgClassName
{
background-color: #BF8ACC;
}
</style>
border-color css
<style>
span { border-color: #BF8ACC; }
span { border-color: rgb(191,138,204); }
td.TdClassName
{
border-color: #BF8ACC;
}
.TagClassName
{
border-color: #BF8ACC;
}
</style>