Shades of East Side #B681C3
Tints of East Side #B681C3
RGB
CMYK
RGB Variations
Color information
#B681C3 (or 0xB681C3) is known color: East Side. HEX triplet: B6, 81 and C3. RGB value is (182,129,195). Sum of RGB (Red+Green+Blue) = 182+129+195=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #B681C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681C3 is #497E3C. Grayscale: #989898. Windows color (decimal): -4816445 or 12812726. OLE color: 12812726.
HSL color Cylindrical-coordinate representation of color #B681C3: hue angle of 288.18º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B681C3 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 129 | 195 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.24 |
| HSL | 288.18º | 0.35% | 0.64% | - |
| HSV(B) | 288.18º | 0.34% | 0.76% | - |
| XYZ | 36.99 | 29.59 | 55.39 | - |
| YUV | 152.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 195 | 0.07 | 0.34 | 0 | 0.24 | 288.18 | 0.35 | 0.64 |
| Hex | B6 | 81 | C3 | 7 | 22 | 0 | 18 | 120 | 23 | 40 |
| Octal | 266 | 201 | 303 | 7 | 42 | 0 | 30 | 440 | 43 | 100 |
| Binary | 10110110 | 10000001 | 11000011 | 111 | 100010 | 0 | 11000 | 100100000 | 100011 | 1000000 |
Color Harmonies of #B681C3
Complementary color
Monochromatic Colors of #B681C3
Black with #B681C3
Text Example
Text Example
White with #B681C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681C3; }
p { color: rgb(182,129,195); }
H1.HeaderClassName
{
color: #B681C3;
}
.AnyTagClassName
{
color: #B681C3;
}
</style>
background-color css
<style>
a { background-color: #B681C3; }
a { background-color: rgb(182,129,195); }
div.DivClassName
{
background-color: #B681C3;
}
.BgClassName
{
background-color: #B681C3;
}
</style>
border-color css
<style>
span { border-color: #B681C3; }
span { border-color: rgb(182,129,195); }
td.TdClassName
{
border-color: #B681C3;
}
.TagClassName
{
border-color: #B681C3;
}
</style>