Shades of Medium Purple #B373FF
Tints of Medium Purple #B373FF
RGB
CMYK
RGB Variations
Color information
#B373FF (or 0xB373FF) is known color: Medium Purple. HEX triplet: B3, 73 and FF. RGB value is (179,115,255). Sum of RGB (Red+Green+Blue) = 179+115+255=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B373FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373FF is #4C8C00. Grayscale: #959595. Windows color (decimal): -5016577 or 16741299. OLE color: 16741299.
HSL color Cylindrical-coordinate representation of color #B373FF: hue angle of 267.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B373FF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 115 | 255 | - |
| CMYK | 0.30 | 0.55 | 0 | 0 |
| HSL | 267.43º | 1% | 0.73% | - |
| HSV(B) | 267.43º | 0.55% | 1% | - |
| XYZ | 42.77 | 29.07 | 97.96 | - |
| YUV | 150.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 255 | 0.30 | 0.55 | 0 | 0 | 267.43 | 1 | 0.73 |
| Hex | B3 | 73 | FF | 1E | 37 | 0 | 0 | 10B | 64 | 49 |
| Octal | 263 | 163 | 377 | 36 | 67 | 0 | 0 | 413 | 144 | 111 |
| Binary | 10110011 | 1110011 | 11111111 | 11110 | 110111 | 0 | 0 | 100001011 | 1100100 | 1001001 |
Color Harmonies of #B373FF
Complementary color
Monochromatic Colors of #B373FF
Black with #B373FF
Text Example
Text Example
White with #B373FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373FF; }
p { color: rgb(179,115,255); }
H1.HeaderClassName
{
color: #B373FF;
}
.AnyTagClassName
{
color: #B373FF;
}
</style>
background-color css
<style>
a { background-color: #B373FF; }
a { background-color: rgb(179,115,255); }
div.DivClassName
{
background-color: #B373FF;
}
.BgClassName
{
background-color: #B373FF;
}
</style>
border-color css
<style>
span { border-color: #B373FF; }
span { border-color: rgb(179,115,255); }
td.TdClassName
{
border-color: #B373FF;
}
.TagClassName
{
border-color: #B373FF;
}
</style>