Shades of Medium Purple #B37BFB
Tints of Medium Purple #B37BFB
RGB
CMYK
RGB Variations
Color information
#B37BFB (or 0xB37BFB) is known color: Medium Purple. HEX triplet: B3, 7B and FB. RGB value is (179,123,251). Sum of RGB (Red+Green+Blue) = 179+123+251=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #B37BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BFB is #4C8404. Grayscale: #999999. Windows color (decimal): -5014533 or 16481203. OLE color: 16481203.
HSL color Cylindrical-coordinate representation of color #B37BFB: hue angle of 266.25º 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 #B37BFB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 123 | 251 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.02 |
| HSL | 266.25º | 0.94% | 0.73% | - |
| HSV(B) | 266.25º | 0.51% | 0.98% | - |
| XYZ | 43.09 | 30.71 | 94.92 | - |
| YUV | 154.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 251 | 0.29 | 0.51 | 0 | 0.02 | 266.25 | 0.94 | 0.73 |
| Hex | B3 | 7B | FB | 1D | 33 | 0 | 2 | 10A | 5E | 49 |
| Octal | 263 | 173 | 373 | 35 | 63 | 0 | 2 | 412 | 136 | 111 |
| Binary | 10110011 | 1111011 | 11111011 | 11101 | 110011 | 0 | 10 | 100001010 | 1011110 | 1001001 |
Color Harmonies of #B37BFB
Complementary color
Monochromatic Colors of #B37BFB
Black with #B37BFB
Text Example
Text Example
White with #B37BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BFB; }
p { color: rgb(179,123,251); }
H1.HeaderClassName
{
color: #B37BFB;
}
.AnyTagClassName
{
color: #B37BFB;
}
</style>
background-color css
<style>
a { background-color: #B37BFB; }
a { background-color: rgb(179,123,251); }
div.DivClassName
{
background-color: #B37BFB;
}
.BgClassName
{
background-color: #B37BFB;
}
</style>
border-color css
<style>
span { border-color: #B37BFB; }
span { border-color: rgb(179,123,251); }
td.TdClassName
{
border-color: #B37BFB;
}
.TagClassName
{
border-color: #B37BFB;
}
</style>