Shades of East Side #B27BCB
Tints of East Side #B27BCB
RGB
CMYK
RGB Variations
Color information
#B27BCB (or 0xB27BCB) is known color: East Side. HEX triplet: B2, 7B and CB. RGB value is (178,123,203). Sum of RGB (Red+Green+Blue) = 178+123+203=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #B27BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BCB is #4D8434. Grayscale: #949494. Windows color (decimal): -5080117 or 13335474. OLE color: 13335474.
HSL color Cylindrical-coordinate representation of color #B27BCB: hue angle of 281.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B27BCB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 123 | 203 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.20 |
| HSL | 281.25º | 0.43% | 0.64% | - |
| HSV(B) | 281.25º | 0.39% | 0.8% | - |
| XYZ | 36.22 | 27.94 | 59.98 | - |
| YUV | 148.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 203 | 0.12 | 0.39 | 0 | 0.20 | 281.25 | 0.43 | 0.64 |
| Hex | B2 | 7B | CB | C | 27 | 0 | 14 | 119 | 2B | 40 |
| Octal | 262 | 173 | 313 | 14 | 47 | 0 | 24 | 431 | 53 | 100 |
| Binary | 10110010 | 1111011 | 11001011 | 1100 | 100111 | 0 | 10100 | 100011001 | 101011 | 1000000 |
Color Harmonies of #B27BCB
Complementary color
Monochromatic Colors of #B27BCB
Black with #B27BCB
Text Example
Text Example
White with #B27BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BCB; }
p { color: rgb(178,123,203); }
H1.HeaderClassName
{
color: #B27BCB;
}
.AnyTagClassName
{
color: #B27BCB;
}
</style>
background-color css
<style>
a { background-color: #B27BCB; }
a { background-color: rgb(178,123,203); }
div.DivClassName
{
background-color: #B27BCB;
}
.BgClassName
{
background-color: #B27BCB;
}
</style>
border-color css
<style>
span { border-color: #B27BCB; }
span { border-color: rgb(178,123,203); }
td.TdClassName
{
border-color: #B27BCB;
}
.TagClassName
{
border-color: #B27BCB;
}
</style>