Shades of East Side #B27DCB
Tints of East Side #B27DCB
RGB
CMYK
RGB Variations
Color information
#B27DCB (or 0xB27DCB) is known color: East Side. HEX triplet: B2, 7D and CB. RGB value is (178,125,203). Sum of RGB (Red+Green+Blue) = 178+125+203=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #B27DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DCB is #4D8234. Grayscale: #959595. Windows color (decimal): -5079605 or 13335986. OLE color: 13335986.
HSL color Cylindrical-coordinate representation of color #B27DCB: hue angle of 280.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B27DCB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 125 | 203 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.20 |
| HSL | 280.77º | 0.43% | 0.64% | - |
| HSV(B) | 280.77º | 0.38% | 0.8% | - |
| XYZ | 36.47 | 28.44 | 60.07 | - |
| YUV | 149.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 203 | 0.12 | 0.38 | 0 | 0.20 | 280.77 | 0.43 | 0.64 |
| Hex | B2 | 7D | CB | C | 26 | 0 | 14 | 119 | 2B | 40 |
| Octal | 262 | 175 | 313 | 14 | 46 | 0 | 24 | 431 | 53 | 100 |
| Binary | 10110010 | 1111101 | 11001011 | 1100 | 100110 | 0 | 10100 | 100011001 | 101011 | 1000000 |
Color Harmonies of #B27DCB
Complementary color
Monochromatic Colors of #B27DCB
Black with #B27DCB
Text Example
Text Example
White with #B27DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DCB; }
p { color: rgb(178,125,203); }
H1.HeaderClassName
{
color: #B27DCB;
}
.AnyTagClassName
{
color: #B27DCB;
}
</style>
background-color css
<style>
a { background-color: #B27DCB; }
a { background-color: rgb(178,125,203); }
div.DivClassName
{
background-color: #B27DCB;
}
.BgClassName
{
background-color: #B27DCB;
}
</style>
border-color css
<style>
span { border-color: #B27DCB; }
span { border-color: rgb(178,125,203); }
td.TdClassName
{
border-color: #B27DCB;
}
.TagClassName
{
border-color: #B27DCB;
}
</style>