Shades of Medium Purple #B37CFC
Tints of Medium Purple #B37CFC
RGB
CMYK
RGB Variations
Color information
#B37CFC (or 0xB37CFC) is known color: Medium Purple. HEX triplet: B3, 7C and FC. RGB value is (179,124,252). Sum of RGB (Red+Green+Blue) = 179+124+252=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #B37CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CFC is #4C8303. Grayscale: #9A9A9A. Windows color (decimal): -5014276 or 16546995. OLE color: 16546995.
HSL color Cylindrical-coordinate representation of color #B37CFC: hue angle of 265.78º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37CFC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 124 | 252 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.01 |
| HSL | 265.78º | 0.96% | 0.74% | - |
| HSV(B) | 265.78º | 0.51% | 0.99% | - |
| XYZ | 43.37 | 31.03 | 95.8 | - |
| YUV | 155.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 252 | 0.29 | 0.51 | 0 | 0.01 | 265.78 | 0.96 | 0.74 |
| Hex | B3 | 7C | FC | 1D | 33 | 0 | 1 | 10A | 60 | 4A |
| Octal | 263 | 174 | 374 | 35 | 63 | 0 | 1 | 412 | 140 | 112 |
| Binary | 10110011 | 1111100 | 11111100 | 11101 | 110011 | 0 | 1 | 100001010 | 1100000 | 1001010 |
Color Harmonies of #B37CFC
Complementary color
Monochromatic Colors of #B37CFC
Black with #B37CFC
Text Example
Text Example
White with #B37CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37CFC; }
p { color: rgb(179,124,252); }
H1.HeaderClassName
{
color: #B37CFC;
}
.AnyTagClassName
{
color: #B37CFC;
}
</style>
background-color css
<style>
a { background-color: #B37CFC; }
a { background-color: rgb(179,124,252); }
div.DivClassName
{
background-color: #B37CFC;
}
.BgClassName
{
background-color: #B37CFC;
}
</style>
border-color css
<style>
span { border-color: #B37CFC; }
span { border-color: rgb(179,124,252); }
td.TdClassName
{
border-color: #B37CFC;
}
.TagClassName
{
border-color: #B37CFC;
}
</style>