Shades of East Side #B88FD1
Tints of East Side #B88FD1
RGB
CMYK
RGB Variations
Color information
#B88FD1 (or 0xB88FD1) is known color: East Side. HEX triplet: B8, 8F and D1. RGB value is (184,143,209). Sum of RGB (Red+Green+Blue) = 184+143+209=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #B88FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FD1 is #47702E. Grayscale: #A2A2A2. Windows color (decimal): -4681775 or 13733816. OLE color: 13733816.
HSL color Cylindrical-coordinate representation of color #B88FD1: hue angle of 277.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B88FD1 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 143 | 209 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.18 |
| HSL | 277.27º | 0.42% | 0.69% | - |
| HSV(B) | 277.27º | 0.32% | 0.82% | - |
| XYZ | 41.1 | 34.44 | 64.8 | - |
| YUV | 162.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 209 | 0.12 | 0.32 | 0 | 0.18 | 277.27 | 0.42 | 0.69 |
| Hex | B8 | 8F | D1 | C | 20 | 0 | 12 | 115 | 2A | 45 |
| Octal | 270 | 217 | 321 | 14 | 40 | 0 | 22 | 425 | 52 | 105 |
| Binary | 10111000 | 10001111 | 11010001 | 1100 | 100000 | 0 | 10010 | 100010101 | 101010 | 1000101 |
Color Harmonies of #B88FD1
Complementary color
Monochromatic Colors of #B88FD1
Black with #B88FD1
Text Example
Text Example
White with #B88FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FD1; }
p { color: rgb(184,143,209); }
H1.HeaderClassName
{
color: #B88FD1;
}
.AnyTagClassName
{
color: #B88FD1;
}
</style>
background-color css
<style>
a { background-color: #B88FD1; }
a { background-color: rgb(184,143,209); }
div.DivClassName
{
background-color: #B88FD1;
}
.BgClassName
{
background-color: #B88FD1;
}
</style>
border-color css
<style>
span { border-color: #B88FD1; }
span { border-color: rgb(184,143,209); }
td.TdClassName
{
border-color: #B88FD1;
}
.TagClassName
{
border-color: #B88FD1;
}
</style>