Shades of East Side #B379CF
Tints of East Side #B379CF
RGB
CMYK
RGB Variations
Color information
#B379CF (or 0xB379CF) is known color: East Side. HEX triplet: B3, 79 and CF. RGB value is (179,121,207). Sum of RGB (Red+Green+Blue) = 179+121+207=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B379CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379CF is #4C8630. Grayscale: #939393. Windows color (decimal): -5015089 or 13597107. OLE color: 13597107.
HSL color Cylindrical-coordinate representation of color #B379CF: hue angle of 280.47º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B379CF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 121 | 207 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.19 |
| HSL | 280.47º | 0.47% | 0.64% | - |
| HSV(B) | 280.47º | 0.42% | 0.81% | - |
| XYZ | 36.69 | 27.76 | 62.46 | - |
| YUV | 148.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 207 | 0.14 | 0.42 | 0 | 0.19 | 280.47 | 0.47 | 0.64 |
| Hex | B3 | 79 | CF | E | 2A | 0 | 13 | 118 | 2F | 40 |
| Octal | 263 | 171 | 317 | 16 | 52 | 0 | 23 | 430 | 57 | 100 |
| Binary | 10110011 | 1111001 | 11001111 | 1110 | 101010 | 0 | 10011 | 100011000 | 101111 | 1000000 |
Color Harmonies of #B379CF
Complementary color
Monochromatic Colors of #B379CF
Black with #B379CF
Text Example
Text Example
White with #B379CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379CF; }
p { color: rgb(179,121,207); }
H1.HeaderClassName
{
color: #B379CF;
}
.AnyTagClassName
{
color: #B379CF;
}
</style>
background-color css
<style>
a { background-color: #B379CF; }
a { background-color: rgb(179,121,207); }
div.DivClassName
{
background-color: #B379CF;
}
.BgClassName
{
background-color: #B379CF;
}
</style>
border-color css
<style>
span { border-color: #B379CF; }
span { border-color: rgb(179,121,207); }
td.TdClassName
{
border-color: #B379CF;
}
.TagClassName
{
border-color: #B379CF;
}
</style>