Shades of East Side #BF85CB
Tints of East Side #BF85CB
RGB
CMYK
RGB Variations
Color information
#BF85CB (or 0xBF85CB) is known color: East Side. HEX triplet: BF, 85 and CB. RGB value is (191,133,203). Sum of RGB (Red+Green+Blue) = 191+133+203=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85CB is #407A34. Grayscale: #9E9E9E. Windows color (decimal): -4225589 or 13338047. OLE color: 13338047.
HSL color Cylindrical-coordinate representation of color #BF85CB: hue angle of 289.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF85CB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 133 | 203 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.20 |
| HSL | 289.71º | 0.4% | 0.66% | - |
| HSV(B) | 289.71º | 0.34% | 0.8% | - |
| XYZ | 40.65 | 32.16 | 60.57 | - |
| YUV | 158.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 203 | 0.06 | 0.34 | 0 | 0.20 | 289.71 | 0.4 | 0.66 |
| Hex | BF | 85 | CB | 6 | 22 | 0 | 14 | 122 | 28 | 42 |
| Octal | 277 | 205 | 313 | 6 | 42 | 0 | 24 | 442 | 50 | 102 |
| Binary | 10111111 | 10000101 | 11001011 | 110 | 100010 | 0 | 10100 | 100100010 | 101000 | 1000010 |
Color Harmonies of #BF85CB
Complementary color
Monochromatic Colors of #BF85CB
Black with #BF85CB
Text Example
Text Example
White with #BF85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85CB; }
p { color: rgb(191,133,203); }
H1.HeaderClassName
{
color: #BF85CB;
}
.AnyTagClassName
{
color: #BF85CB;
}
</style>
background-color css
<style>
a { background-color: #BF85CB; }
a { background-color: rgb(191,133,203); }
div.DivClassName
{
background-color: #BF85CB;
}
.BgClassName
{
background-color: #BF85CB;
}
</style>
border-color css
<style>
span { border-color: #BF85CB; }
span { border-color: rgb(191,133,203); }
td.TdClassName
{
border-color: #BF85CB;
}
.TagClassName
{
border-color: #BF85CB;
}
</style>