Shades of Medium Purple #B37AFC
Tints of Medium Purple #B37AFC
RGB
CMYK
RGB Variations
Color information
#B37AFC (or 0xB37AFC) is known color: Medium Purple. HEX triplet: B3, 7A and FC. RGB value is (179,122,252). Sum of RGB (Red+Green+Blue) = 179+122+252=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #B37AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AFC is #4C8503. Grayscale: #999999. Windows color (decimal): -5014788 or 16546483. OLE color: 16546483.
HSL color Cylindrical-coordinate representation of color #B37AFC: hue angle of 266.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B37AFC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 122 | 252 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.01 |
| HSL | 266.31º | 0.96% | 0.73% | - |
| HSV(B) | 266.31º | 0.52% | 0.99% | - |
| XYZ | 43.12 | 30.53 | 95.72 | - |
| YUV | 153.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 252 | 0.29 | 0.52 | 0 | 0.01 | 266.31 | 0.96 | 0.73 |
| Hex | B3 | 7A | FC | 1D | 34 | 0 | 1 | 10A | 60 | 49 |
| Octal | 263 | 172 | 374 | 35 | 64 | 0 | 1 | 412 | 140 | 111 |
| Binary | 10110011 | 1111010 | 11111100 | 11101 | 110100 | 0 | 1 | 100001010 | 1100000 | 1001001 |
Color Harmonies of #B37AFC
Complementary color
Monochromatic Colors of #B37AFC
Black with #B37AFC
Text Example
Text Example
White with #B37AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AFC; }
p { color: rgb(179,122,252); }
H1.HeaderClassName
{
color: #B37AFC;
}
.AnyTagClassName
{
color: #B37AFC;
}
</style>
background-color css
<style>
a { background-color: #B37AFC; }
a { background-color: rgb(179,122,252); }
div.DivClassName
{
background-color: #B37AFC;
}
.BgClassName
{
background-color: #B37AFC;
}
</style>
border-color css
<style>
span { border-color: #B37AFC; }
span { border-color: rgb(179,122,252); }
td.TdClassName
{
border-color: #B37AFC;
}
.TagClassName
{
border-color: #B37AFC;
}
</style>