Shades of East Side #B675BF
Tints of East Side #B675BF
RGB
CMYK
RGB Variations
Color information
#B675BF (or 0xB675BF) is known color: East Side. HEX triplet: B6, 75 and BF. RGB value is (182,117,191). Sum of RGB (Red+Green+Blue) = 182+117+191=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B675BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BF is #498A40. Grayscale: #909090. Windows color (decimal): -4819521 or 12547510. OLE color: 12547510.
HSL color Cylindrical-coordinate representation of color #B675BF: hue angle of 292.7º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B675BF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 117 | 191 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.25 |
| HSL | 292.7º | 0.37% | 0.6% | - |
| HSV(B) | 292.7º | 0.39% | 0.75% | - |
| XYZ | 35.06 | 26.43 | 52.54 | - |
| YUV | 144.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 191 | 0.05 | 0.39 | 0 | 0.25 | 292.7 | 0.37 | 0.6 |
| Hex | B6 | 75 | BF | 5 | 27 | 0 | 19 | 125 | 25 | 3C |
| Octal | 266 | 165 | 277 | 5 | 47 | 0 | 31 | 445 | 45 | 74 |
| Binary | 10110110 | 1110101 | 10111111 | 101 | 100111 | 0 | 11001 | 100100101 | 100101 | 111100 |
Color Harmonies of #B675BF
Complementary color
Monochromatic Colors of #B675BF
Black with #B675BF
Text Example
Text Example
White with #B675BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B675BF; }
p { color: rgb(182,117,191); }
H1.HeaderClassName
{
color: #B675BF;
}
.AnyTagClassName
{
color: #B675BF;
}
</style>
background-color css
<style>
a { background-color: #B675BF; }
a { background-color: rgb(182,117,191); }
div.DivClassName
{
background-color: #B675BF;
}
.BgClassName
{
background-color: #B675BF;
}
</style>
border-color css
<style>
span { border-color: #B675BF; }
span { border-color: rgb(182,117,191); }
td.TdClassName
{
border-color: #B675BF;
}
.TagClassName
{
border-color: #B675BF;
}
</style>