Shades of East Side #B683D0
Tints of East Side #B683D0
RGB
CMYK
RGB Variations
Color information
#B683D0 (or 0xB683D0) is known color: East Side. HEX triplet: B6, 83 and D0. RGB value is (182,131,208). Sum of RGB (Red+Green+Blue) = 182+131+208=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #B683D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683D0 is #497C2F. Grayscale: #9A9A9A. Windows color (decimal): -4815920 or 13665206. OLE color: 13665206.
HSL color Cylindrical-coordinate representation of color #B683D0: hue angle of 279.74º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B683D0 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 131 | 208 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.18 |
| HSL | 279.74º | 0.45% | 0.66% | - |
| HSV(B) | 279.74º | 0.37% | 0.82% | - |
| XYZ | 38.79 | 30.73 | 63.56 | - |
| YUV | 155.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 208 | 0.12 | 0.37 | 0 | 0.18 | 279.74 | 0.45 | 0.66 |
| Hex | B6 | 83 | D0 | C | 25 | 0 | 12 | 118 | 2D | 42 |
| Octal | 266 | 203 | 320 | 14 | 45 | 0 | 22 | 430 | 55 | 102 |
| Binary | 10110110 | 10000011 | 11010000 | 1100 | 100101 | 0 | 10010 | 100011000 | 101101 | 1000010 |
Color Harmonies of #B683D0
Complementary color
Monochromatic Colors of #B683D0
Black with #B683D0
Text Example
Text Example
White with #B683D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B683D0; }
p { color: rgb(182,131,208); }
H1.HeaderClassName
{
color: #B683D0;
}
.AnyTagClassName
{
color: #B683D0;
}
</style>
background-color css
<style>
a { background-color: #B683D0; }
a { background-color: rgb(182,131,208); }
div.DivClassName
{
background-color: #B683D0;
}
.BgClassName
{
background-color: #B683D0;
}
</style>
border-color css
<style>
span { border-color: #B683D0; }
span { border-color: rgb(182,131,208); }
td.TdClassName
{
border-color: #B683D0;
}
.TagClassName
{
border-color: #B683D0;
}
</style>