Shades of Medium Purple #B37FFD
Tints of Medium Purple #B37FFD
RGB
CMYK
RGB Variations
Color information
#B37FFD (or 0xB37FFD) is known color: Medium Purple. HEX triplet: B3, 7F and FD. RGB value is (179,127,253). Sum of RGB (Red+Green+Blue) = 179+127+253=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #B37FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FFD is #4C8002. Grayscale: #9C9C9C. Windows color (decimal): -5013507 or 16613299. OLE color: 16613299.
HSL color Cylindrical-coordinate representation of color #B37FFD: hue angle of 264.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37FFD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 127 | 253 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.01 |
| HSL | 264.76º | 0.97% | 0.75% | - |
| HSV(B) | 264.76º | 0.5% | 0.99% | - |
| XYZ | 43.91 | 31.85 | 96.76 | - |
| YUV | 156.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 253 | 0.29 | 0.50 | 0 | 0.01 | 264.76 | 0.97 | 0.75 |
| Hex | B3 | 7F | FD | 1D | 32 | 0 | 1 | 109 | 61 | 4B |
| Octal | 263 | 177 | 375 | 35 | 62 | 0 | 1 | 411 | 141 | 113 |
| Binary | 10110011 | 1111111 | 11111101 | 11101 | 110010 | 0 | 1 | 100001001 | 1100001 | 1001011 |
Color Harmonies of #B37FFD
Complementary color
Monochromatic Colors of #B37FFD
Black with #B37FFD
Text Example
Text Example
White with #B37FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FFD; }
p { color: rgb(179,127,253); }
H1.HeaderClassName
{
color: #B37FFD;
}
.AnyTagClassName
{
color: #B37FFD;
}
</style>
background-color css
<style>
a { background-color: #B37FFD; }
a { background-color: rgb(179,127,253); }
div.DivClassName
{
background-color: #B37FFD;
}
.BgClassName
{
background-color: #B37FFD;
}
</style>
border-color css
<style>
span { border-color: #B37FFD; }
span { border-color: rgb(179,127,253); }
td.TdClassName
{
border-color: #B37FFD;
}
.TagClassName
{
border-color: #B37FFD;
}
</style>