Shades of East Side #B675BC
Tints of East Side #B675BC
RGB
CMYK
RGB Variations
Color information
#B675BC (or 0xB675BC) is known color: East Side. HEX triplet: B6, 75 and BC. RGB value is (182,117,188). Sum of RGB (Red+Green+Blue) = 182+117+188=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B675BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BC is #498A43. Grayscale: #909090. Windows color (decimal): -4819524 or 12350902. OLE color: 12350902.
HSL color Cylindrical-coordinate representation of color #B675BC: hue angle of 294.93º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B675BC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 117 | 188 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.26 |
| HSL | 294.93º | 0.35% | 0.6% | - |
| HSV(B) | 294.93º | 0.38% | 0.74% | - |
| XYZ | 34.73 | 26.3 | 50.82 | - |
| YUV | 144.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 188 | 0.03 | 0.38 | 0 | 0.26 | 294.93 | 0.35 | 0.6 |
| Hex | B6 | 75 | BC | 3 | 26 | 0 | 1A | 127 | 23 | 3C |
| Octal | 266 | 165 | 274 | 3 | 46 | 0 | 32 | 447 | 43 | 74 |
| Binary | 10110110 | 1110101 | 10111100 | 11 | 100110 | 0 | 11010 | 100100111 | 100011 | 111100 |
Color Harmonies of #B675BC
Complementary color
Monochromatic Colors of #B675BC
Black with #B675BC
Text Example
Text Example
White with #B675BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B675BC; }
p { color: rgb(182,117,188); }
H1.HeaderClassName
{
color: #B675BC;
}
.AnyTagClassName
{
color: #B675BC;
}
</style>
background-color css
<style>
a { background-color: #B675BC; }
a { background-color: rgb(182,117,188); }
div.DivClassName
{
background-color: #B675BC;
}
.BgClassName
{
background-color: #B675BC;
}
</style>
border-color css
<style>
span { border-color: #B675BC; }
span { border-color: rgb(182,117,188); }
td.TdClassName
{
border-color: #B675BC;
}
.TagClassName
{
border-color: #B675BC;
}
</style>