Shades of East Side #BD8BCA
Tints of East Side #BD8BCA
RGB
CMYK
RGB Variations
Color information
#BD8BCA (or 0xBD8BCA) is known color: East Side. HEX triplet: BD, 8B and CA. RGB value is (189,139,202). Sum of RGB (Red+Green+Blue) = 189+139+202=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BCA is #427435. Grayscale: #A0A0A0. Windows color (decimal): -4355126 or 13274045. OLE color: 13274045.
HSL color Cylindrical-coordinate representation of color #BD8BCA: hue angle of 287.62º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8BCA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 139 | 202 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.21 |
| HSL | 287.62º | 0.37% | 0.67% | - |
| HSV(B) | 287.62º | 0.31% | 0.79% | - |
| XYZ | 40.88 | 33.55 | 60.2 | - |
| YUV | 161.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 202 | 0.06 | 0.31 | 0 | 0.21 | 287.62 | 0.37 | 0.67 |
| Hex | BD | 8B | CA | 6 | 1F | 0 | 15 | 120 | 25 | 43 |
| Octal | 275 | 213 | 312 | 6 | 37 | 0 | 25 | 440 | 45 | 103 |
| Binary | 10111101 | 10001011 | 11001010 | 110 | 11111 | 0 | 10101 | 100100000 | 100101 | 1000011 |
Color Harmonies of #BD8BCA
Complementary color
Monochromatic Colors of #BD8BCA
Black with #BD8BCA
Text Example
Text Example
White with #BD8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BCA; }
p { color: rgb(189,139,202); }
H1.HeaderClassName
{
color: #BD8BCA;
}
.AnyTagClassName
{
color: #BD8BCA;
}
</style>
background-color css
<style>
a { background-color: #BD8BCA; }
a { background-color: rgb(189,139,202); }
div.DivClassName
{
background-color: #BD8BCA;
}
.BgClassName
{
background-color: #BD8BCA;
}
</style>
border-color css
<style>
span { border-color: #BD8BCA; }
span { border-color: rgb(189,139,202); }
td.TdClassName
{
border-color: #BD8BCA;
}
.TagClassName
{
border-color: #BD8BCA;
}
</style>