Shades of East Side #B27BD4
Tints of East Side #B27BD4
RGB
CMYK
RGB Variations
Color information
#B27BD4 (or 0xB27BD4) is known color: East Side. HEX triplet: B2, 7B and D4. RGB value is (178,123,212). Sum of RGB (Red+Green+Blue) = 178+123+212=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #B27BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BD4 is #4D842B. Grayscale: #959595. Windows color (decimal): -5080108 or 13925298. OLE color: 13925298.
HSL color Cylindrical-coordinate representation of color #B27BD4: hue angle of 277.08º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B27BD4 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 123 | 212 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.17 |
| HSL | 277.08º | 0.51% | 0.66% | - |
| HSV(B) | 277.08º | 0.42% | 0.83% | - |
| XYZ | 37.33 | 28.38 | 65.8 | - |
| YUV | 149.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 212 | 0.16 | 0.42 | 0 | 0.17 | 277.08 | 0.51 | 0.66 |
| Hex | B2 | 7B | D4 | 10 | 2A | 0 | 11 | 115 | 33 | 42 |
| Octal | 262 | 173 | 324 | 20 | 52 | 0 | 21 | 425 | 63 | 102 |
| Binary | 10110010 | 1111011 | 11010100 | 10000 | 101010 | 0 | 10001 | 100010101 | 110011 | 1000010 |
Color Harmonies of #B27BD4
Complementary color
Monochromatic Colors of #B27BD4
Black with #B27BD4
Text Example
Text Example
White with #B27BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BD4; }
p { color: rgb(178,123,212); }
H1.HeaderClassName
{
color: #B27BD4;
}
.AnyTagClassName
{
color: #B27BD4;
}
</style>
background-color css
<style>
a { background-color: #B27BD4; }
a { background-color: rgb(178,123,212); }
div.DivClassName
{
background-color: #B27BD4;
}
.BgClassName
{
background-color: #B27BD4;
}
</style>
border-color css
<style>
span { border-color: #B27BD4; }
span { border-color: rgb(178,123,212); }
td.TdClassName
{
border-color: #B27BD4;
}
.TagClassName
{
border-color: #B27BD4;
}
</style>