Shades of Medium Purple #B37AFB
Tints of Medium Purple #B37AFB
RGB
CMYK
RGB Variations
Color information
#B37AFB (or 0xB37AFB) is known color: Medium Purple. HEX triplet: B3, 7A and FB. RGB value is (179,122,251). Sum of RGB (Red+Green+Blue) = 179+122+251=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #B37AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AFB is #4C8504. Grayscale: #999999. Windows color (decimal): -5014789 or 16480947. OLE color: 16480947.
HSL color Cylindrical-coordinate representation of color #B37AFB: hue angle of 266.51º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37AFB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 122 | 251 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.02 |
| HSL | 266.51º | 0.94% | 0.73% | - |
| HSV(B) | 266.51º | 0.51% | 0.98% | - |
| XYZ | 42.96 | 30.47 | 94.88 | - |
| YUV | 153.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 251 | 0.29 | 0.51 | 0 | 0.02 | 266.51 | 0.94 | 0.73 |
| Hex | B3 | 7A | FB | 1D | 33 | 0 | 2 | 10B | 5E | 49 |
| Octal | 263 | 172 | 373 | 35 | 63 | 0 | 2 | 413 | 136 | 111 |
| Binary | 10110011 | 1111010 | 11111011 | 11101 | 110011 | 0 | 10 | 100001011 | 1011110 | 1001001 |
Color Harmonies of #B37AFB
Complementary color
Monochromatic Colors of #B37AFB
Black with #B37AFB
Text Example
Text Example
White with #B37AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AFB; }
p { color: rgb(179,122,251); }
H1.HeaderClassName
{
color: #B37AFB;
}
.AnyTagClassName
{
color: #B37AFB;
}
</style>
background-color css
<style>
a { background-color: #B37AFB; }
a { background-color: rgb(179,122,251); }
div.DivClassName
{
background-color: #B37AFB;
}
.BgClassName
{
background-color: #B37AFB;
}
</style>
border-color css
<style>
span { border-color: #B37AFB; }
span { border-color: rgb(179,122,251); }
td.TdClassName
{
border-color: #B37AFB;
}
.TagClassName
{
border-color: #B37AFB;
}
</style>