Shades of East Side #BD79C4
Tints of East Side #BD79C4
RGB
CMYK
RGB Variations
Color information
#BD79C4 (or 0xBD79C4) is known color: East Side. HEX triplet: BD, 79 and C4. RGB value is (189,121,196). Sum of RGB (Red+Green+Blue) = 189+121+196=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79C4 is #42863B. Grayscale: #959595. Windows color (decimal): -4359740 or 12876221. OLE color: 12876221.
HSL color Cylindrical-coordinate representation of color #BD79C4: hue angle of 294.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD79C4 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 121 | 196 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.23 |
| HSL | 294.4º | 0.39% | 0.62% | - |
| HSV(B) | 294.4º | 0.38% | 0.77% | - |
| XYZ | 37.79 | 28.48 | 55.73 | - |
| YUV | 149.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 196 | 0.04 | 0.38 | 0 | 0.23 | 294.4 | 0.39 | 0.62 |
| Hex | BD | 79 | C4 | 4 | 26 | 0 | 17 | 126 | 27 | 3E |
| Octal | 275 | 171 | 304 | 4 | 46 | 0 | 27 | 446 | 47 | 76 |
| Binary | 10111101 | 1111001 | 11000100 | 100 | 100110 | 0 | 10111 | 100100110 | 100111 | 111110 |
Color Harmonies of #BD79C4
Complementary color
Monochromatic Colors of #BD79C4
Black with #BD79C4
Text Example
Text Example
White with #BD79C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79C4; }
p { color: rgb(189,121,196); }
H1.HeaderClassName
{
color: #BD79C4;
}
.AnyTagClassName
{
color: #BD79C4;
}
</style>
background-color css
<style>
a { background-color: #BD79C4; }
a { background-color: rgb(189,121,196); }
div.DivClassName
{
background-color: #BD79C4;
}
.BgClassName
{
background-color: #BD79C4;
}
</style>
border-color css
<style>
span { border-color: #BD79C4; }
span { border-color: rgb(189,121,196); }
td.TdClassName
{
border-color: #BD79C4;
}
.TagClassName
{
border-color: #BD79C4;
}
</style>