Shades of East Side #B381CC
Tints of East Side #B381CC
RGB
CMYK
RGB Variations
Color information
#B381CC (or 0xB381CC) is known color: East Side. HEX triplet: B3, 81 and CC. RGB value is (179,129,204). Sum of RGB (Red+Green+Blue) = 179+129+204=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #B381CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381CC is #4C7E33. Grayscale: #989898. Windows color (decimal): -5013044 or 13402547. OLE color: 13402547.
HSL color Cylindrical-coordinate representation of color #B381CC: hue angle of 280º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B381CC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 129 | 204 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.2 |
| HSL | 280º | 0.42% | 0.65% | - |
| HSV(B) | 280º | 0.37% | 0.8% | - |
| XYZ | 37.34 | 29.64 | 60.88 | - |
| YUV | 152.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 204 | 0.12 | 0.37 | 0 | 0.2 | 280 | 0.42 | 0.65 |
| Hex | B3 | 81 | CC | C | 25 | 0 | 14 | 118 | 2A | 41 |
| Octal | 263 | 201 | 314 | 14 | 45 | 0 | 24 | 430 | 52 | 101 |
| Binary | 10110011 | 10000001 | 11001100 | 1100 | 100101 | 0 | 10100 | 100011000 | 101010 | 1000001 |
Color Harmonies of #B381CC
Complementary color
Monochromatic Colors of #B381CC
Black with #B381CC
Text Example
Text Example
White with #B381CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B381CC; }
p { color: rgb(179,129,204); }
H1.HeaderClassName
{
color: #B381CC;
}
.AnyTagClassName
{
color: #B381CC;
}
</style>
background-color css
<style>
a { background-color: #B381CC; }
a { background-color: rgb(179,129,204); }
div.DivClassName
{
background-color: #B381CC;
}
.BgClassName
{
background-color: #B381CC;
}
</style>
border-color css
<style>
span { border-color: #B381CC; }
span { border-color: rgb(179,129,204); }
td.TdClassName
{
border-color: #B381CC;
}
.TagClassName
{
border-color: #B381CC;
}
</style>