Shades of East Side #B68FC3
Tints of East Side #B68FC3
RGB
CMYK
RGB Variations
Color information
#B68FC3 (or 0xB68FC3) is known color: East Side. HEX triplet: B6, 8F and C3. RGB value is (182,143,195). Sum of RGB (Red+Green+Blue) = 182+143+195=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #B68FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FC3 is #49703C. Grayscale: #A0A0A0. Windows color (decimal): -4812861 or 12816310. OLE color: 12816310.
HSL color Cylindrical-coordinate representation of color #B68FC3: hue angle of 285º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68FC3 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 143 | 195 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.24 |
| HSL | 285º | 0.3% | 0.66% | - |
| HSV(B) | 285º | 0.27% | 0.76% | - |
| XYZ | 38.96 | 33.53 | 56.05 | - |
| YUV | 160.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 195 | 0.07 | 0.27 | 0 | 0.24 | 285 | 0.3 | 0.66 |
| Hex | B6 | 8F | C3 | 7 | 1B | 0 | 18 | 11D | 1E | 42 |
| Octal | 266 | 217 | 303 | 7 | 33 | 0 | 30 | 435 | 36 | 102 |
| Binary | 10110110 | 10001111 | 11000011 | 111 | 11011 | 0 | 11000 | 100011101 | 11110 | 1000010 |
Color Harmonies of #B68FC3
Complementary color
Monochromatic Colors of #B68FC3
Black with #B68FC3
Text Example
Text Example
White with #B68FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FC3; }
p { color: rgb(182,143,195); }
H1.HeaderClassName
{
color: #B68FC3;
}
.AnyTagClassName
{
color: #B68FC3;
}
</style>
background-color css
<style>
a { background-color: #B68FC3; }
a { background-color: rgb(182,143,195); }
div.DivClassName
{
background-color: #B68FC3;
}
.BgClassName
{
background-color: #B68FC3;
}
</style>
border-color css
<style>
span { border-color: #B68FC3; }
span { border-color: rgb(182,143,195); }
td.TdClassName
{
border-color: #B68FC3;
}
.TagClassName
{
border-color: #B68FC3;
}
</style>