Shades of East Side #B387CF
Tints of East Side #B387CF
RGB
CMYK
RGB Variations
Color information
#B387CF (or 0xB387CF) is known color: East Side. HEX triplet: B3, 87 and CF. RGB value is (179,135,207). Sum of RGB (Red+Green+Blue) = 179+135+207=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #B387CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387CF is #4C7830. Grayscale: #9C9C9C. Windows color (decimal): -5011505 or 13600691. OLE color: 13600691.
HSL color Cylindrical-coordinate representation of color #B387CF: hue angle of 276.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B387CF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 135 | 207 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.19 |
| HSL | 276.67º | 0.43% | 0.67% | - |
| HSV(B) | 276.67º | 0.35% | 0.81% | - |
| XYZ | 38.52 | 31.42 | 63.07 | - |
| YUV | 156.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 207 | 0.14 | 0.35 | 0 | 0.19 | 276.67 | 0.43 | 0.67 |
| Hex | B3 | 87 | CF | E | 23 | 0 | 13 | 115 | 2B | 43 |
| Octal | 263 | 207 | 317 | 16 | 43 | 0 | 23 | 425 | 53 | 103 |
| Binary | 10110011 | 10000111 | 11001111 | 1110 | 100011 | 0 | 10011 | 100010101 | 101011 | 1000011 |
Color Harmonies of #B387CF
Complementary color
Monochromatic Colors of #B387CF
Black with #B387CF
Text Example
Text Example
White with #B387CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387CF; }
p { color: rgb(179,135,207); }
H1.HeaderClassName
{
color: #B387CF;
}
.AnyTagClassName
{
color: #B387CF;
}
</style>
background-color css
<style>
a { background-color: #B387CF; }
a { background-color: rgb(179,135,207); }
div.DivClassName
{
background-color: #B387CF;
}
.BgClassName
{
background-color: #B387CF;
}
</style>
border-color css
<style>
span { border-color: #B387CF; }
span { border-color: rgb(179,135,207); }
td.TdClassName
{
border-color: #B387CF;
}
.TagClassName
{
border-color: #B387CF;
}
</style>