Shades of East Side #BD84CB
Tints of East Side #BD84CB
RGB
CMYK
RGB Variations
Color information
#BD84CB (or 0xBD84CB) is known color: East Side. HEX triplet: BD, 84 and CB. RGB value is (189,132,203). Sum of RGB (Red+Green+Blue) = 189+132+203=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84CB is #427B34. Grayscale: #9C9C9C. Windows color (decimal): -4356917 or 13337789. OLE color: 13337789.
HSL color Cylindrical-coordinate representation of color #BD84CB: hue angle of 288.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD84CB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 132 | 203 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.20 |
| HSL | 288.17º | 0.41% | 0.66% | - |
| HSV(B) | 288.17º | 0.35% | 0.8% | - |
| XYZ | 40.02 | 31.63 | 60.5 | - |
| YUV | 157.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 203 | 0.07 | 0.35 | 0 | 0.20 | 288.17 | 0.41 | 0.66 |
| Hex | BD | 84 | CB | 7 | 23 | 0 | 14 | 120 | 29 | 42 |
| Octal | 275 | 204 | 313 | 7 | 43 | 0 | 24 | 440 | 51 | 102 |
| Binary | 10111101 | 10000100 | 11001011 | 111 | 100011 | 0 | 10100 | 100100000 | 101001 | 1000010 |
Color Harmonies of #BD84CB
Complementary color
Monochromatic Colors of #BD84CB
Black with #BD84CB
Text Example
Text Example
White with #BD84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84CB; }
p { color: rgb(189,132,203); }
H1.HeaderClassName
{
color: #BD84CB;
}
.AnyTagClassName
{
color: #BD84CB;
}
</style>
background-color css
<style>
a { background-color: #BD84CB; }
a { background-color: rgb(189,132,203); }
div.DivClassName
{
background-color: #BD84CB;
}
.BgClassName
{
background-color: #BD84CB;
}
</style>
border-color css
<style>
span { border-color: #BD84CB; }
span { border-color: rgb(189,132,203); }
td.TdClassName
{
border-color: #BD84CB;
}
.TagClassName
{
border-color: #BD84CB;
}
</style>