Shades of East Side #B683CF
Tints of East Side #B683CF
RGB
CMYK
RGB Variations
Color information
#B683CF (or 0xB683CF) is known color: East Side. HEX triplet: B6, 83 and CF. RGB value is (182,131,207). Sum of RGB (Red+Green+Blue) = 182+131+207=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #B683CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683CF is #497C30. Grayscale: #9A9A9A. Windows color (decimal): -4815921 or 13599670. OLE color: 13599670.
HSL color Cylindrical-coordinate representation of color #B683CF: hue angle of 280.26º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B683CF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 131 | 207 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.19 |
| HSL | 280.26º | 0.44% | 0.66% | - |
| HSV(B) | 280.26º | 0.37% | 0.81% | - |
| XYZ | 38.67 | 30.68 | 62.92 | - |
| YUV | 154.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 207 | 0.12 | 0.37 | 0 | 0.19 | 280.26 | 0.44 | 0.66 |
| Hex | B6 | 83 | CF | C | 25 | 0 | 13 | 118 | 2C | 42 |
| Octal | 266 | 203 | 317 | 14 | 45 | 0 | 23 | 430 | 54 | 102 |
| Binary | 10110110 | 10000011 | 11001111 | 1100 | 100101 | 0 | 10011 | 100011000 | 101100 | 1000010 |
Color Harmonies of #B683CF
Complementary color
Monochromatic Colors of #B683CF
Black with #B683CF
Text Example
Text Example
White with #B683CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B683CF; }
p { color: rgb(182,131,207); }
H1.HeaderClassName
{
color: #B683CF;
}
.AnyTagClassName
{
color: #B683CF;
}
</style>
background-color css
<style>
a { background-color: #B683CF; }
a { background-color: rgb(182,131,207); }
div.DivClassName
{
background-color: #B683CF;
}
.BgClassName
{
background-color: #B683CF;
}
</style>
border-color css
<style>
span { border-color: #B683CF; }
span { border-color: rgb(182,131,207); }
td.TdClassName
{
border-color: #B683CF;
}
.TagClassName
{
border-color: #B683CF;
}
</style>