Shades of East Side #B275CD
Tints of East Side #B275CD
RGB
CMYK
RGB Variations
Color information
#B275CD (or 0xB275CD) is known color: East Side. HEX triplet: B2, 75 and CD. RGB value is (178,117,205). Sum of RGB (Red+Green+Blue) = 178+117+205=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B275CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275CD is #4D8A32. Grayscale: #909090. Windows color (decimal): -5081651 or 13465010. OLE color: 13465010.
HSL color Cylindrical-coordinate representation of color #B275CD: hue angle of 281.59º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B275CD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 117 | 205 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.20 |
| HSL | 281.59º | 0.47% | 0.63% | - |
| HSV(B) | 281.59º | 0.43% | 0.8% | - |
| XYZ | 35.74 | 26.6 | 61.01 | - |
| YUV | 145.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 205 | 0.13 | 0.43 | 0 | 0.20 | 281.59 | 0.47 | 0.63 |
| Hex | B2 | 75 | CD | D | 2B | 0 | 14 | 11A | 2F | 3F |
| Octal | 262 | 165 | 315 | 15 | 53 | 0 | 24 | 432 | 57 | 77 |
| Binary | 10110010 | 1110101 | 11001101 | 1101 | 101011 | 0 | 10100 | 100011010 | 101111 | 111111 |
Color Harmonies of #B275CD
Complementary color
Monochromatic Colors of #B275CD
Black with #B275CD
Text Example
Text Example
White with #B275CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275CD; }
p { color: rgb(178,117,205); }
H1.HeaderClassName
{
color: #B275CD;
}
.AnyTagClassName
{
color: #B275CD;
}
</style>
background-color css
<style>
a { background-color: #B275CD; }
a { background-color: rgb(178,117,205); }
div.DivClassName
{
background-color: #B275CD;
}
.BgClassName
{
background-color: #B275CD;
}
</style>
border-color css
<style>
span { border-color: #B275CD; }
span { border-color: rgb(178,117,205); }
td.TdClassName
{
border-color: #B275CD;
}
.TagClassName
{
border-color: #B275CD;
}
</style>