Shades of East Side #B68AD2
Tints of East Side #B68AD2
RGB
CMYK
RGB Variations
Color information
#B68AD2 (or 0xB68AD2) is known color: East Side. HEX triplet: B6, 8A and D2. RGB value is (182,138,210). Sum of RGB (Red+Green+Blue) = 182+138+210=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #B68AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AD2 is #49752D. Grayscale: #9F9F9F. Windows color (decimal): -4814126 or 13798070. OLE color: 13798070.
HSL color Cylindrical-coordinate representation of color #B68AD2: hue angle of 276.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68AD2 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 138 | 210 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.18 |
| HSL | 276.67º | 0.44% | 0.68% | - |
| HSV(B) | 276.67º | 0.34% | 0.82% | - |
| XYZ | 40.01 | 32.78 | 65.19 | - |
| YUV | 159.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 210 | 0.13 | 0.34 | 0 | 0.18 | 276.67 | 0.44 | 0.68 |
| Hex | B6 | 8A | D2 | D | 22 | 0 | 12 | 115 | 2C | 44 |
| Octal | 266 | 212 | 322 | 15 | 42 | 0 | 22 | 425 | 54 | 104 |
| Binary | 10110110 | 10001010 | 11010010 | 1101 | 100010 | 0 | 10010 | 100010101 | 101100 | 1000100 |
Color Harmonies of #B68AD2
Complementary color
Monochromatic Colors of #B68AD2
Black with #B68AD2
Text Example
Text Example
White with #B68AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AD2; }
p { color: rgb(182,138,210); }
H1.HeaderClassName
{
color: #B68AD2;
}
.AnyTagClassName
{
color: #B68AD2;
}
</style>
background-color css
<style>
a { background-color: #B68AD2; }
a { background-color: rgb(182,138,210); }
div.DivClassName
{
background-color: #B68AD2;
}
.BgClassName
{
background-color: #B68AD2;
}
</style>
border-color css
<style>
span { border-color: #B68AD2; }
span { border-color: rgb(182,138,210); }
td.TdClassName
{
border-color: #B68AD2;
}
.TagClassName
{
border-color: #B68AD2;
}
</style>