Shades of Medium Purple #B37FFB
Tints of Medium Purple #B37FFB
RGB
CMYK
RGB Variations
Color information
#B37FFB (or 0xB37FFB) is known color: Medium Purple. HEX triplet: B3, 7F and FB. RGB value is (179,127,251). Sum of RGB (Red+Green+Blue) = 179+127+251=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B37FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FFB is #4C8004. Grayscale: #9C9C9C. Windows color (decimal): -5013509 or 16482227. OLE color: 16482227.
HSL color Cylindrical-coordinate representation of color #B37FFB: hue angle of 265.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37FFB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 127 | 251 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.02 |
| HSL | 265.16º | 0.94% | 0.74% | - |
| HSV(B) | 265.16º | 0.49% | 0.98% | - |
| XYZ | 43.59 | 31.73 | 95.09 | - |
| YUV | 156.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 251 | 0.29 | 0.49 | 0 | 0.02 | 265.16 | 0.94 | 0.74 |
| Hex | B3 | 7F | FB | 1D | 31 | 0 | 2 | 109 | 5E | 4A |
| Octal | 263 | 177 | 373 | 35 | 61 | 0 | 2 | 411 | 136 | 112 |
| Binary | 10110011 | 1111111 | 11111011 | 11101 | 110001 | 0 | 10 | 100001001 | 1011110 | 1001010 |
Color Harmonies of #B37FFB
Complementary color
Monochromatic Colors of #B37FFB
Black with #B37FFB
Text Example
Text Example
White with #B37FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FFB; }
p { color: rgb(179,127,251); }
H1.HeaderClassName
{
color: #B37FFB;
}
.AnyTagClassName
{
color: #B37FFB;
}
</style>
background-color css
<style>
a { background-color: #B37FFB; }
a { background-color: rgb(179,127,251); }
div.DivClassName
{
background-color: #B37FFB;
}
.BgClassName
{
background-color: #B37FFB;
}
</style>
border-color css
<style>
span { border-color: #B37FFB; }
span { border-color: rgb(179,127,251); }
td.TdClassName
{
border-color: #B37FFB;
}
.TagClassName
{
border-color: #B37FFB;
}
</style>