Shades of East Side #B683D2
Tints of East Side #B683D2
RGB
CMYK
RGB Variations
Color information
#B683D2 (or 0xB683D2) is known color: East Side. HEX triplet: B6, 83 and D2. RGB value is (182,131,210). Sum of RGB (Red+Green+Blue) = 182+131+210=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #B683D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683D2 is #497C2D. Grayscale: #9A9A9A. Windows color (decimal): -4815918 or 13796278. OLE color: 13796278.
HSL color Cylindrical-coordinate representation of color #B683D2: hue angle of 278.73º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B683D2 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 131 | 210 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.18 |
| HSL | 278.73º | 0.47% | 0.67% | - |
| HSV(B) | 278.73º | 0.38% | 0.82% | - |
| XYZ | 39.04 | 30.83 | 64.87 | - |
| YUV | 155.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 210 | 0.13 | 0.38 | 0 | 0.18 | 278.73 | 0.47 | 0.67 |
| Hex | B6 | 83 | D2 | D | 26 | 0 | 12 | 117 | 2F | 43 |
| Octal | 266 | 203 | 322 | 15 | 46 | 0 | 22 | 427 | 57 | 103 |
| Binary | 10110110 | 10000011 | 11010010 | 1101 | 100110 | 0 | 10010 | 100010111 | 101111 | 1000011 |
Color Harmonies of #B683D2
Complementary color
Monochromatic Colors of #B683D2
Black with #B683D2
Text Example
Text Example
White with #B683D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B683D2; }
p { color: rgb(182,131,210); }
H1.HeaderClassName
{
color: #B683D2;
}
.AnyTagClassName
{
color: #B683D2;
}
</style>
background-color css
<style>
a { background-color: #B683D2; }
a { background-color: rgb(182,131,210); }
div.DivClassName
{
background-color: #B683D2;
}
.BgClassName
{
background-color: #B683D2;
}
</style>
border-color css
<style>
span { border-color: #B683D2; }
span { border-color: rgb(182,131,210); }
td.TdClassName
{
border-color: #B683D2;
}
.TagClassName
{
border-color: #B683D2;
}
</style>