Shades of East Side #B68FCC
Tints of East Side #B68FCC
RGB
CMYK
RGB Variations
Color information
#B68FCC (or 0xB68FCC) is known color: East Side. HEX triplet: B6, 8F and CC. RGB value is (182,143,204). Sum of RGB (Red+Green+Blue) = 182+143+204=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B68FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FCC is #497033. Grayscale: #A1A1A1. Windows color (decimal): -4812852 or 13406134. OLE color: 13406134.
HSL color Cylindrical-coordinate representation of color #B68FCC: hue angle of 278.36º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68FCC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 143 | 204 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.2 |
| HSL | 278.36º | 0.37% | 0.68% | - |
| HSV(B) | 278.36º | 0.3% | 0.8% | - |
| XYZ | 40.01 | 33.95 | 61.57 | - |
| YUV | 161.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 204 | 0.11 | 0.30 | 0 | 0.2 | 278.36 | 0.37 | 0.68 |
| Hex | B6 | 8F | CC | B | 1E | 0 | 14 | 116 | 25 | 44 |
| Octal | 266 | 217 | 314 | 13 | 36 | 0 | 24 | 426 | 45 | 104 |
| Binary | 10110110 | 10001111 | 11001100 | 1011 | 11110 | 0 | 10100 | 100010110 | 100101 | 1000100 |
Color Harmonies of #B68FCC
Complementary color
Monochromatic Colors of #B68FCC
Black with #B68FCC
Text Example
Text Example
White with #B68FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FCC; }
p { color: rgb(182,143,204); }
H1.HeaderClassName
{
color: #B68FCC;
}
.AnyTagClassName
{
color: #B68FCC;
}
</style>
background-color css
<style>
a { background-color: #B68FCC; }
a { background-color: rgb(182,143,204); }
div.DivClassName
{
background-color: #B68FCC;
}
.BgClassName
{
background-color: #B68FCC;
}
</style>
border-color css
<style>
span { border-color: #B68FCC; }
span { border-color: rgb(182,143,204); }
td.TdClassName
{
border-color: #B68FCC;
}
.TagClassName
{
border-color: #B68FCC;
}
</style>