Shades of East Side #B48ACF
Tints of East Side #B48ACF
RGB
CMYK
RGB Variations
Color information
#B48ACF (or 0xB48ACF) is known color: East Side. HEX triplet: B4, 8A and CF. RGB value is (180,138,207). Sum of RGB (Red+Green+Blue) = 180+138+207=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #B48ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ACF is #4B7530. Grayscale: #9E9E9E. Windows color (decimal): -4945201 or 13601460. OLE color: 13601460.
HSL color Cylindrical-coordinate representation of color #B48ACF: hue angle of 276.52º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B48ACF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 138 | 207 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.19 |
| HSL | 276.52º | 0.42% | 0.68% | - |
| HSV(B) | 276.52º | 0.33% | 0.81% | - |
| XYZ | 39.17 | 32.39 | 63.22 | - |
| YUV | 158.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 207 | 0.13 | 0.33 | 0 | 0.19 | 276.52 | 0.42 | 0.68 |
| Hex | B4 | 8A | CF | D | 21 | 0 | 13 | 115 | 2A | 44 |
| Octal | 264 | 212 | 317 | 15 | 41 | 0 | 23 | 425 | 52 | 104 |
| Binary | 10110100 | 10001010 | 11001111 | 1101 | 100001 | 0 | 10011 | 100010101 | 101010 | 1000100 |
Color Harmonies of #B48ACF
Complementary color
Monochromatic Colors of #B48ACF
Black with #B48ACF
Text Example
Text Example
White with #B48ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48ACF; }
p { color: rgb(180,138,207); }
H1.HeaderClassName
{
color: #B48ACF;
}
.AnyTagClassName
{
color: #B48ACF;
}
</style>
background-color css
<style>
a { background-color: #B48ACF; }
a { background-color: rgb(180,138,207); }
div.DivClassName
{
background-color: #B48ACF;
}
.BgClassName
{
background-color: #B48ACF;
}
</style>
border-color css
<style>
span { border-color: #B48ACF; }
span { border-color: rgb(180,138,207); }
td.TdClassName
{
border-color: #B48ACF;
}
.TagClassName
{
border-color: #B48ACF;
}
</style>