Shades of East Side #B27DCA
Tints of East Side #B27DCA
RGB
CMYK
RGB Variations
Color information
#B27DCA (or 0xB27DCA) is known color: East Side. HEX triplet: B2, 7D and CA. RGB value is (178,125,202). Sum of RGB (Red+Green+Blue) = 178+125+202=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #B27DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DCA is #4D8235. Grayscale: #959595. Windows color (decimal): -5079606 or 13270450. OLE color: 13270450.
HSL color Cylindrical-coordinate representation of color #B27DCA: hue angle of 281.3º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B27DCA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 125 | 202 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.21 |
| HSL | 281.3º | 0.42% | 0.64% | - |
| HSV(B) | 281.3º | 0.38% | 0.79% | - |
| XYZ | 36.35 | 28.4 | 59.44 | - |
| YUV | 149.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 202 | 0.12 | 0.38 | 0 | 0.21 | 281.3 | 0.42 | 0.64 |
| Hex | B2 | 7D | CA | C | 26 | 0 | 15 | 119 | 2A | 40 |
| Octal | 262 | 175 | 312 | 14 | 46 | 0 | 25 | 431 | 52 | 100 |
| Binary | 10110010 | 1111101 | 11001010 | 1100 | 100110 | 0 | 10101 | 100011001 | 101010 | 1000000 |
Color Harmonies of #B27DCA
Complementary color
Monochromatic Colors of #B27DCA
Black with #B27DCA
Text Example
Text Example
White with #B27DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DCA; }
p { color: rgb(178,125,202); }
H1.HeaderClassName
{
color: #B27DCA;
}
.AnyTagClassName
{
color: #B27DCA;
}
</style>
background-color css
<style>
a { background-color: #B27DCA; }
a { background-color: rgb(178,125,202); }
div.DivClassName
{
background-color: #B27DCA;
}
.BgClassName
{
background-color: #B27DCA;
}
</style>
border-color css
<style>
span { border-color: #B27DCA; }
span { border-color: rgb(178,125,202); }
td.TdClassName
{
border-color: #B27DCA;
}
.TagClassName
{
border-color: #B27DCA;
}
</style>