Shades of East Side #B184CD
Tints of East Side #B184CD
RGB
CMYK
RGB Variations
Color information
#B184CD (or 0xB184CD) is known color: East Side. HEX triplet: B1, 84 and CD. RGB value is (177,132,205). Sum of RGB (Red+Green+Blue) = 177+132+205=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #B184CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184CD is #4E7B32. Grayscale: #999999. Windows color (decimal): -5143347 or 13468849. OLE color: 13468849.
HSL color Cylindrical-coordinate representation of color #B184CD: hue angle of 276.99º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B184CD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 132 | 205 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.20 |
| HSL | 276.99º | 0.42% | 0.66% | - |
| HSV(B) | 276.99º | 0.36% | 0.8% | - |
| XYZ | 37.4 | 30.26 | 61.63 | - |
| YUV | 153.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 205 | 0.14 | 0.36 | 0 | 0.20 | 276.99 | 0.42 | 0.66 |
| Hex | B1 | 84 | CD | E | 24 | 0 | 14 | 115 | 2A | 42 |
| Octal | 261 | 204 | 315 | 16 | 44 | 0 | 24 | 425 | 52 | 102 |
| Binary | 10110001 | 10000100 | 11001101 | 1110 | 100100 | 0 | 10100 | 100010101 | 101010 | 1000010 |
Color Harmonies of #B184CD
Complementary color
Monochromatic Colors of #B184CD
Black with #B184CD
Text Example
Text Example
White with #B184CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184CD; }
p { color: rgb(177,132,205); }
H1.HeaderClassName
{
color: #B184CD;
}
.AnyTagClassName
{
color: #B184CD;
}
</style>
background-color css
<style>
a { background-color: #B184CD; }
a { background-color: rgb(177,132,205); }
div.DivClassName
{
background-color: #B184CD;
}
.BgClassName
{
background-color: #B184CD;
}
</style>
border-color css
<style>
span { border-color: #B184CD; }
span { border-color: rgb(177,132,205); }
td.TdClassName
{
border-color: #B184CD;
}
.TagClassName
{
border-color: #B184CD;
}
</style>