Shades of East Side #B68CC3
Tints of East Side #B68CC3
RGB
CMYK
RGB Variations
Color information
#B68CC3 (or 0xB68CC3) is known color: East Side. HEX triplet: B6, 8C and C3. RGB value is (182,140,195). Sum of RGB (Red+Green+Blue) = 182+140+195=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #B68CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CC3 is #49733C. Grayscale: #9E9E9E. Windows color (decimal): -4813629 or 12815542. OLE color: 12815542.
HSL color Cylindrical-coordinate representation of color #B68CC3: hue angle of 285.82º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B68CC3 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 140 | 195 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.24 |
| HSL | 285.82º | 0.31% | 0.66% | - |
| HSV(B) | 285.82º | 0.28% | 0.76% | - |
| XYZ | 38.52 | 32.64 | 55.9 | - |
| YUV | 158.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 195 | 0.07 | 0.28 | 0 | 0.24 | 285.82 | 0.31 | 0.66 |
| Hex | B6 | 8C | C3 | 7 | 1C | 0 | 18 | 11E | 1F | 42 |
| Octal | 266 | 214 | 303 | 7 | 34 | 0 | 30 | 436 | 37 | 102 |
| Binary | 10110110 | 10001100 | 11000011 | 111 | 11100 | 0 | 11000 | 100011110 | 11111 | 1000010 |
Color Harmonies of #B68CC3
Complementary color
Monochromatic Colors of #B68CC3
Black with #B68CC3
Text Example
Text Example
White with #B68CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CC3; }
p { color: rgb(182,140,195); }
H1.HeaderClassName
{
color: #B68CC3;
}
.AnyTagClassName
{
color: #B68CC3;
}
</style>
background-color css
<style>
a { background-color: #B68CC3; }
a { background-color: rgb(182,140,195); }
div.DivClassName
{
background-color: #B68CC3;
}
.BgClassName
{
background-color: #B68CC3;
}
</style>
border-color css
<style>
span { border-color: #B68CC3; }
span { border-color: rgb(182,140,195); }
td.TdClassName
{
border-color: #B68CC3;
}
.TagClassName
{
border-color: #B68CC3;
}
</style>