Shades of East Side #B775C3
Tints of East Side #B775C3
RGB
CMYK
RGB Variations
Color information
#B775C3 (or 0xB775C3) is known color: East Side. HEX triplet: B7, 75 and C3. RGB value is (183,117,195). Sum of RGB (Red+Green+Blue) = 183+117+195=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #B775C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775C3 is #488A3C. Grayscale: #919191. Windows color (decimal): -4753981 or 12809655. OLE color: 12809655.
HSL color Cylindrical-coordinate representation of color #B775C3: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B775C3 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 117 | 195 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.24 |
| HSL | 290.77º | 0.39% | 0.61% | - |
| HSV(B) | 290.77º | 0.4% | 0.76% | - |
| XYZ | 35.74 | 26.73 | 54.91 | - |
| YUV | 145.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 195 | 0.06 | 0.4 | 0 | 0.24 | 290.77 | 0.39 | 0.61 |
| Hex | B7 | 75 | C3 | 6 | 28 | 0 | 18 | 123 | 27 | 3D |
| Octal | 267 | 165 | 303 | 6 | 50 | 0 | 30 | 443 | 47 | 75 |
| Binary | 10110111 | 1110101 | 11000011 | 110 | 101000 | 0 | 11000 | 100100011 | 100111 | 111101 |
Color Harmonies of #B775C3
Complementary color
Monochromatic Colors of #B775C3
Black with #B775C3
Text Example
Text Example
White with #B775C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775C3; }
p { color: rgb(183,117,195); }
H1.HeaderClassName
{
color: #B775C3;
}
.AnyTagClassName
{
color: #B775C3;
}
</style>
background-color css
<style>
a { background-color: #B775C3; }
a { background-color: rgb(183,117,195); }
div.DivClassName
{
background-color: #B775C3;
}
.BgClassName
{
background-color: #B775C3;
}
</style>
border-color css
<style>
span { border-color: #B775C3; }
span { border-color: rgb(183,117,195); }
td.TdClassName
{
border-color: #B775C3;
}
.TagClassName
{
border-color: #B775C3;
}
</style>