Shades of East Side #B685CC
Tints of East Side #B685CC
RGB
CMYK
RGB Variations
Color information
#B685CC (or 0xB685CC) is known color: East Side. HEX triplet: B6, 85 and CC. RGB value is (182,133,204). Sum of RGB (Red+Green+Blue) = 182+133+204=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #B685CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685CC is #497A33. Grayscale: #9B9B9B. Windows color (decimal): -4815412 or 13403574. OLE color: 13403574.
HSL color Cylindrical-coordinate representation of color #B685CC: hue angle of 281.41º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B685CC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 133 | 204 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.2 |
| HSL | 281.41º | 0.41% | 0.66% | - |
| HSV(B) | 281.41º | 0.35% | 0.8% | - |
| XYZ | 38.58 | 31.08 | 61.09 | - |
| YUV | 155.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 204 | 0.11 | 0.35 | 0 | 0.2 | 281.41 | 0.41 | 0.66 |
| Hex | B6 | 85 | CC | B | 23 | 0 | 14 | 119 | 29 | 42 |
| Octal | 266 | 205 | 314 | 13 | 43 | 0 | 24 | 431 | 51 | 102 |
| Binary | 10110110 | 10000101 | 11001100 | 1011 | 100011 | 0 | 10100 | 100011001 | 101001 | 1000010 |
Color Harmonies of #B685CC
Complementary color
Monochromatic Colors of #B685CC
Black with #B685CC
Text Example
Text Example
White with #B685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B685CC; }
p { color: rgb(182,133,204); }
H1.HeaderClassName
{
color: #B685CC;
}
.AnyTagClassName
{
color: #B685CC;
}
</style>
background-color css
<style>
a { background-color: #B685CC; }
a { background-color: rgb(182,133,204); }
div.DivClassName
{
background-color: #B685CC;
}
.BgClassName
{
background-color: #B685CC;
}
</style>
border-color css
<style>
span { border-color: #B685CC; }
span { border-color: rgb(182,133,204); }
td.TdClassName
{
border-color: #B685CC;
}
.TagClassName
{
border-color: #B685CC;
}
</style>