Shades of Medium Purple #B370ED
Tints of Medium Purple #B370ED
RGB
CMYK
RGB Variations
Color information
#B370ED (or 0xB370ED) is known color: Medium Purple. HEX triplet: B3, 70 and ED. RGB value is (179,112,237). Sum of RGB (Red+Green+Blue) = 179+112+237=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #B370ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370ED is #4C8F12. Grayscale: #919191. Windows color (decimal): -5017363 or 15560883. OLE color: 15560883.
HSL color Cylindrical-coordinate representation of color #B370ED: hue angle of 272.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B370ED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 112 | 237 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.07 |
| HSL | 272.16º | 0.78% | 0.68% | - |
| HSV(B) | 272.16º | 0.53% | 0.93% | - |
| XYZ | 39.67 | 27.29 | 83.3 | - |
| YUV | 146.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 237 | 0.24 | 0.53 | 0 | 0.07 | 272.16 | 0.78 | 0.68 |
| Hex | B3 | 70 | ED | 18 | 35 | 0 | 7 | 110 | 4E | 44 |
| Octal | 263 | 160 | 355 | 30 | 65 | 0 | 7 | 420 | 116 | 104 |
| Binary | 10110011 | 1110000 | 11101101 | 11000 | 110101 | 0 | 111 | 100010000 | 1001110 | 1000100 |
Color Harmonies of #B370ED
Complementary color
Monochromatic Colors of #B370ED
Black with #B370ED
Text Example
Text Example
White with #B370ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370ED; }
p { color: rgb(179,112,237); }
H1.HeaderClassName
{
color: #B370ED;
}
.AnyTagClassName
{
color: #B370ED;
}
</style>
background-color css
<style>
a { background-color: #B370ED; }
a { background-color: rgb(179,112,237); }
div.DivClassName
{
background-color: #B370ED;
}
.BgClassName
{
background-color: #B370ED;
}
</style>
border-color css
<style>
span { border-color: #B370ED; }
span { border-color: rgb(179,112,237); }
td.TdClassName
{
border-color: #B370ED;
}
.TagClassName
{
border-color: #B370ED;
}
</style>