Shades of Medium Purple #B370FC
Tints of Medium Purple #B370FC
RGB
CMYK
RGB Variations
Color information
#B370FC (or 0xB370FC) is known color: Medium Purple. HEX triplet: B3, 70 and FC. RGB value is (179,112,252). Sum of RGB (Red+Green+Blue) = 179+112+252=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #B370FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370FC is #4C8F03. Grayscale: #939393. Windows color (decimal): -5017348 or 16543923. OLE color: 16543923.
HSL color Cylindrical-coordinate representation of color #B370FC: hue angle of 268.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B370FC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 112 | 252 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.01 |
| HSL | 268.71º | 0.96% | 0.71% | - |
| HSV(B) | 268.71º | 0.56% | 0.99% | - |
| XYZ | 41.96 | 28.2 | 95.33 | - |
| YUV | 147.99 | 186.7 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 252 | 0.29 | 0.56 | 0 | 0.01 | 268.71 | 0.96 | 0.71 |
| Hex | B3 | 70 | FC | 1D | 38 | 0 | 1 | 10D | 60 | 47 |
| Octal | 263 | 160 | 374 | 35 | 70 | 0 | 1 | 415 | 140 | 107 |
| Binary | 10110011 | 1110000 | 11111100 | 11101 | 111000 | 0 | 1 | 100001101 | 1100000 | 1000111 |
Color Harmonies of #B370FC
Complementary color
Monochromatic Colors of #B370FC
Black with #B370FC
Text Example
Text Example
White with #B370FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370FC; }
p { color: rgb(179,112,252); }
H1.HeaderClassName
{
color: #B370FC;
}
.AnyTagClassName
{
color: #B370FC;
}
</style>
background-color css
<style>
a { background-color: #B370FC; }
a { background-color: rgb(179,112,252); }
div.DivClassName
{
background-color: #B370FC;
}
.BgClassName
{
background-color: #B370FC;
}
</style>
border-color css
<style>
span { border-color: #B370FC; }
span { border-color: rgb(179,112,252); }
td.TdClassName
{
border-color: #B370FC;
}
.TagClassName
{
border-color: #B370FC;
}
</style>