Shades of East Side #BF80CC
Tints of East Side #BF80CC
RGB
CMYK
RGB Variations
Color information
#BF80CC (or 0xBF80CC) is known color: East Side. HEX triplet: BF, 80 and CC. RGB value is (191,128,204). Sum of RGB (Red+Green+Blue) = 191+128+204=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80CC is #407F33. Grayscale: #9B9B9B. Windows color (decimal): -4226868 or 13402303. OLE color: 13402303.
HSL color Cylindrical-coordinate representation of color #BF80CC: hue angle of 289.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF80CC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 128 | 204 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.2 |
| HSL | 289.74º | 0.43% | 0.65% | - |
| HSV(B) | 289.74º | 0.37% | 0.8% | - |
| XYZ | 40.1 | 30.87 | 60.97 | - |
| YUV | 155.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 204 | 0.06 | 0.37 | 0 | 0.2 | 289.74 | 0.43 | 0.65 |
| Hex | BF | 80 | CC | 6 | 25 | 0 | 14 | 122 | 2B | 41 |
| Octal | 277 | 200 | 314 | 6 | 45 | 0 | 24 | 442 | 53 | 101 |
| Binary | 10111111 | 10000000 | 11001100 | 110 | 100101 | 0 | 10100 | 100100010 | 101011 | 1000001 |
Color Harmonies of #BF80CC
Complementary color
Monochromatic Colors of #BF80CC
Black with #BF80CC
Text Example
Text Example
White with #BF80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80CC; }
p { color: rgb(191,128,204); }
H1.HeaderClassName
{
color: #BF80CC;
}
.AnyTagClassName
{
color: #BF80CC;
}
</style>
background-color css
<style>
a { background-color: #BF80CC; }
a { background-color: rgb(191,128,204); }
div.DivClassName
{
background-color: #BF80CC;
}
.BgClassName
{
background-color: #BF80CC;
}
</style>
border-color css
<style>
span { border-color: #BF80CC; }
span { border-color: rgb(191,128,204); }
td.TdClassName
{
border-color: #BF80CC;
}
.TagClassName
{
border-color: #BF80CC;
}
</style>