Shades of East Side #B38FB8
Tints of East Side #B38FB8
RGB
CMYK
RGB Variations
Color information
#B38FB8 (or 0xB38FB8) is known color: East Side. HEX triplet: B3, 8F and B8. RGB value is (179,143,184). Sum of RGB (Red+Green+Blue) = 179+143+184=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 184 - color contains mainly: blue. Hex color #B38FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FB8 is #4C7047. Grayscale: #9E9E9E. Windows color (decimal): -5009480 or 12095411. OLE color: 12095411.
HSL color Cylindrical-coordinate representation of color #B38FB8: hue angle of 292.68º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38FB8 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 143 | 184 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.28 |
| HSL | 292.68º | 0.22% | 0.64% | - |
| HSV(B) | 292.68º | 0.22% | 0.72% | - |
| XYZ | 37.06 | 32.69 | 49.7 | - |
| YUV | 158.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 184 | 0.03 | 0.22 | 0 | 0.28 | 292.68 | 0.22 | 0.64 |
| Hex | B3 | 8F | B8 | 3 | 16 | 0 | 1C | 125 | 16 | 40 |
| Octal | 263 | 217 | 270 | 3 | 26 | 0 | 34 | 445 | 26 | 100 |
| Binary | 10110011 | 10001111 | 10111000 | 11 | 10110 | 0 | 11100 | 100100101 | 10110 | 1000000 |
Color Harmonies of #B38FB8
Complementary color
Monochromatic Colors of #B38FB8
Black with #B38FB8
Text Example
Text Example
White with #B38FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FB8; }
p { color: rgb(179,143,184); }
H1.HeaderClassName
{
color: #B38FB8;
}
.AnyTagClassName
{
color: #B38FB8;
}
</style>
background-color css
<style>
a { background-color: #B38FB8; }
a { background-color: rgb(179,143,184); }
div.DivClassName
{
background-color: #B38FB8;
}
.BgClassName
{
background-color: #B38FB8;
}
</style>
border-color css
<style>
span { border-color: #B38FB8; }
span { border-color: rgb(179,143,184); }
td.TdClassName
{
border-color: #B38FB8;
}
.TagClassName
{
border-color: #B38FB8;
}
</style>