Shades of East Side #BB7CDA
Tints of East Side #BB7CDA
RGB
CMYK
RGB Variations
Color information
#BB7CDA (or 0xBB7CDA) is known color: East Side. HEX triplet: BB, 7C and DA. RGB value is (187,124,218). Sum of RGB (Red+Green+Blue) = 187+124+218=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CDA is #448325. Grayscale: #999999. Windows color (decimal): -4490022 or 14318779. OLE color: 14318779.
HSL color Cylindrical-coordinate representation of color #BB7CDA: hue angle of 280.21º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7CDA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 124 | 218 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.15 |
| HSL | 280.21º | 0.56% | 0.67% | - |
| HSV(B) | 280.21º | 0.43% | 0.85% | - |
| XYZ | 40.36 | 30.04 | 70 | - |
| YUV | 153.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 218 | 0.14 | 0.43 | 0 | 0.15 | 280.21 | 0.56 | 0.67 |
| Hex | BB | 7C | DA | E | 2B | 0 | F | 118 | 38 | 43 |
| Octal | 273 | 174 | 332 | 16 | 53 | 0 | 17 | 430 | 70 | 103 |
| Binary | 10111011 | 1111100 | 11011010 | 1110 | 101011 | 0 | 1111 | 100011000 | 111000 | 1000011 |
Color Harmonies of #BB7CDA
Complementary color
Monochromatic Colors of #BB7CDA
Black with #BB7CDA
Text Example
Text Example
White with #BB7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CDA; }
p { color: rgb(187,124,218); }
H1.HeaderClassName
{
color: #BB7CDA;
}
.AnyTagClassName
{
color: #BB7CDA;
}
</style>
background-color css
<style>
a { background-color: #BB7CDA; }
a { background-color: rgb(187,124,218); }
div.DivClassName
{
background-color: #BB7CDA;
}
.BgClassName
{
background-color: #BB7CDA;
}
</style>
border-color css
<style>
span { border-color: #BB7CDA; }
span { border-color: rgb(187,124,218); }
td.TdClassName
{
border-color: #BB7CDA;
}
.TagClassName
{
border-color: #BB7CDA;
}
</style>