Shades of Medium Purple #B370FE
Tints of Medium Purple #B370FE
RGB
CMYK
RGB Variations
Color information
#B370FE (or 0xB370FE) is known color: Medium Purple. HEX triplet: B3, 70 and FE. RGB value is (179,112,254). Sum of RGB (Red+Green+Blue) = 179+112+254=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #B370FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370FE is #4C8F01. Grayscale: #939393. Windows color (decimal): -5017346 or 16674995. OLE color: 16674995.
HSL color Cylindrical-coordinate representation of color #B370FE: hue angle of 268.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B370FE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 112 | 254 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.00 |
| HSL | 268.31º | 0.99% | 0.72% | - |
| HSV(B) | 268.31º | 0.56% | 1% | - |
| XYZ | 42.27 | 28.33 | 97.01 | - |
| YUV | 148.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 254 | 0.30 | 0.56 | 0 | 0.00 | 268.31 | 0.99 | 0.72 |
| Hex | B3 | 70 | FE | 1E | 38 | 0 | 0 | 10C | 63 | 48 |
| Octal | 263 | 160 | 376 | 36 | 70 | 0 | 0 | 414 | 143 | 110 |
| Binary | 10110011 | 1110000 | 11111110 | 11110 | 111000 | 0 | 0 | 100001100 | 1100011 | 1001000 |
Color Harmonies of #B370FE
Complementary color
Monochromatic Colors of #B370FE
Black with #B370FE
Text Example
Text Example
White with #B370FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370FE; }
p { color: rgb(179,112,254); }
H1.HeaderClassName
{
color: #B370FE;
}
.AnyTagClassName
{
color: #B370FE;
}
</style>
background-color css
<style>
a { background-color: #B370FE; }
a { background-color: rgb(179,112,254); }
div.DivClassName
{
background-color: #B370FE;
}
.BgClassName
{
background-color: #B370FE;
}
</style>
border-color css
<style>
span { border-color: #B370FE; }
span { border-color: rgb(179,112,254); }
td.TdClassName
{
border-color: #B370FE;
}
.TagClassName
{
border-color: #B370FE;
}
</style>