Shades of East Side #BF83CA
Tints of East Side #BF83CA
RGB
CMYK
RGB Variations
Color information
#BF83CA (or 0xBF83CA) is known color: East Side. HEX triplet: BF, 83 and CA. RGB value is (191,131,202). Sum of RGB (Red+Green+Blue) = 191+131+202=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83CA is #407C35. Grayscale: #9C9C9C. Windows color (decimal): -4226102 or 13271999. OLE color: 13271999.
HSL color Cylindrical-coordinate representation of color #BF83CA: hue angle of 290.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF83CA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 131 | 202 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.21 |
| HSL | 290.7º | 0.4% | 0.65% | - |
| HSV(B) | 290.7º | 0.35% | 0.79% | - |
| XYZ | 40.26 | 31.57 | 59.85 | - |
| YUV | 157.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 202 | 0.05 | 0.35 | 0 | 0.21 | 290.7 | 0.4 | 0.65 |
| Hex | BF | 83 | CA | 5 | 23 | 0 | 15 | 123 | 28 | 41 |
| Octal | 277 | 203 | 312 | 5 | 43 | 0 | 25 | 443 | 50 | 101 |
| Binary | 10111111 | 10000011 | 11001010 | 101 | 100011 | 0 | 10101 | 100100011 | 101000 | 1000001 |
Color Harmonies of #BF83CA
Complementary color
Monochromatic Colors of #BF83CA
Black with #BF83CA
Text Example
Text Example
White with #BF83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83CA; }
p { color: rgb(191,131,202); }
H1.HeaderClassName
{
color: #BF83CA;
}
.AnyTagClassName
{
color: #BF83CA;
}
</style>
background-color css
<style>
a { background-color: #BF83CA; }
a { background-color: rgb(191,131,202); }
div.DivClassName
{
background-color: #BF83CA;
}
.BgClassName
{
background-color: #BF83CA;
}
</style>
border-color css
<style>
span { border-color: #BF83CA; }
span { border-color: rgb(191,131,202); }
td.TdClassName
{
border-color: #BF83CA;
}
.TagClassName
{
border-color: #BF83CA;
}
</style>