Shades of East Side #B781C2
Tints of East Side #B781C2
RGB
CMYK
RGB Variations
Color information
#B781C2 (or 0xB781C2) is known color: East Side. HEX triplet: B7, 81 and C2. RGB value is (183,129,194). Sum of RGB (Red+Green+Blue) = 183+129+194=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #B781C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781C2 is #487E3D. Grayscale: #989898. Windows color (decimal): -4750910 or 12747191. OLE color: 12747191.
HSL color Cylindrical-coordinate representation of color #B781C2: hue angle of 289.85º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B781C2 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 129 | 194 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.24 |
| HSL | 289.85º | 0.35% | 0.63% | - |
| HSV(B) | 289.85º | 0.34% | 0.76% | - |
| XYZ | 37.12 | 29.66 | 54.81 | - |
| YUV | 152.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 194 | 0.06 | 0.34 | 0 | 0.24 | 289.85 | 0.35 | 0.63 |
| Hex | B7 | 81 | C2 | 6 | 22 | 0 | 18 | 122 | 23 | 3F |
| Octal | 267 | 201 | 302 | 6 | 42 | 0 | 30 | 442 | 43 | 77 |
| Binary | 10110111 | 10000001 | 11000010 | 110 | 100010 | 0 | 11000 | 100100010 | 100011 | 111111 |
Color Harmonies of #B781C2
Complementary color
Monochromatic Colors of #B781C2
Black with #B781C2
Text Example
Text Example
White with #B781C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B781C2; }
p { color: rgb(183,129,194); }
H1.HeaderClassName
{
color: #B781C2;
}
.AnyTagClassName
{
color: #B781C2;
}
</style>
background-color css
<style>
a { background-color: #B781C2; }
a { background-color: rgb(183,129,194); }
div.DivClassName
{
background-color: #B781C2;
}
.BgClassName
{
background-color: #B781C2;
}
</style>
border-color css
<style>
span { border-color: #B781C2; }
span { border-color: rgb(183,129,194); }
td.TdClassName
{
border-color: #B781C2;
}
.TagClassName
{
border-color: #B781C2;
}
</style>