Shades of East Side #B681CA
Tints of East Side #B681CA
RGB
CMYK
RGB Variations
Color information
#B681CA (or 0xB681CA) is known color: East Side. HEX triplet: B6, 81 and CA. RGB value is (182,129,202). Sum of RGB (Red+Green+Blue) = 182+129+202=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #B681CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681CA is #497E35. Grayscale: #989898. Windows color (decimal): -4816438 or 13271478. OLE color: 13271478.
HSL color Cylindrical-coordinate representation of color #B681CA: hue angle of 283.56º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B681CA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 129 | 202 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.21 |
| HSL | 283.56º | 0.41% | 0.65% | - |
| HSV(B) | 283.56º | 0.36% | 0.79% | - |
| XYZ | 37.8 | 29.91 | 59.66 | - |
| YUV | 153.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 202 | 0.10 | 0.36 | 0 | 0.21 | 283.56 | 0.41 | 0.65 |
| Hex | B6 | 81 | CA | A | 24 | 0 | 15 | 11C | 29 | 41 |
| Octal | 266 | 201 | 312 | 12 | 44 | 0 | 25 | 434 | 51 | 101 |
| Binary | 10110110 | 10000001 | 11001010 | 1010 | 100100 | 0 | 10101 | 100011100 | 101001 | 1000001 |
Color Harmonies of #B681CA
Complementary color
Monochromatic Colors of #B681CA
Black with #B681CA
Text Example
Text Example
White with #B681CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681CA; }
p { color: rgb(182,129,202); }
H1.HeaderClassName
{
color: #B681CA;
}
.AnyTagClassName
{
color: #B681CA;
}
</style>
background-color css
<style>
a { background-color: #B681CA; }
a { background-color: rgb(182,129,202); }
div.DivClassName
{
background-color: #B681CA;
}
.BgClassName
{
background-color: #B681CA;
}
</style>
border-color css
<style>
span { border-color: #B681CA; }
span { border-color: rgb(182,129,202); }
td.TdClassName
{
border-color: #B681CA;
}
.TagClassName
{
border-color: #B681CA;
}
</style>