Shades of East Side #BC83CB
Tints of East Side #BC83CB
RGB
CMYK
RGB Variations
Color information
#BC83CB (or 0xBC83CB) is known color: East Side. HEX triplet: BC, 83 and CB. RGB value is (188,131,203). Sum of RGB (Red+Green+Blue) = 188+131+203=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CB is #437C34. Grayscale: #9C9C9C. Windows color (decimal): -4422709 or 13337532. OLE color: 13337532.
HSL color Cylindrical-coordinate representation of color #BC83CB: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC83CB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 131 | 203 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.20 |
| HSL | 287.5º | 0.41% | 0.65% | - |
| HSV(B) | 287.5º | 0.35% | 0.8% | - |
| XYZ | 39.63 | 31.24 | 60.44 | - |
| YUV | 156.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 203 | 0.07 | 0.35 | 0 | 0.20 | 287.5 | 0.41 | 0.65 |
| Hex | BC | 83 | CB | 7 | 23 | 0 | 14 | 120 | 29 | 41 |
| Octal | 274 | 203 | 313 | 7 | 43 | 0 | 24 | 440 | 51 | 101 |
| Binary | 10111100 | 10000011 | 11001011 | 111 | 100011 | 0 | 10100 | 100100000 | 101001 | 1000001 |
Color Harmonies of #BC83CB
Complementary color
Monochromatic Colors of #BC83CB
Black with #BC83CB
Text Example
Text Example
White with #BC83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83CB; }
p { color: rgb(188,131,203); }
H1.HeaderClassName
{
color: #BC83CB;
}
.AnyTagClassName
{
color: #BC83CB;
}
</style>
background-color css
<style>
a { background-color: #BC83CB; }
a { background-color: rgb(188,131,203); }
div.DivClassName
{
background-color: #BC83CB;
}
.BgClassName
{
background-color: #BC83CB;
}
</style>
border-color css
<style>
span { border-color: #BC83CB; }
span { border-color: rgb(188,131,203); }
td.TdClassName
{
border-color: #BC83CB;
}
.TagClassName
{
border-color: #BC83CB;
}
</style>