Shades of Medium Orchid #B370E0
Tints of Medium Orchid #B370E0
RGB
CMYK
RGB Variations
Color information
#B370E0 (or 0xB370E0) is known color: Medium Orchid. HEX triplet: B3, 70 and E0. RGB value is (179,112,224). Sum of RGB (Red+Green+Blue) = 179+112+224=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B370E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370E0 is #4C8F1F. Grayscale: #909090. Windows color (decimal): -5017376 or 14708915. OLE color: 14708915.
HSL color Cylindrical-coordinate representation of color #B370E0: hue angle of 275.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B370E0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 112 | 224 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.12 |
| HSL | 275.89º | 0.64% | 0.66% | - |
| HSV(B) | 275.89º | 0.5% | 0.88% | - |
| XYZ | 37.84 | 26.55 | 73.65 | - |
| YUV | 144.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 224 | 0.20 | 0.50 | 0 | 0.12 | 275.89 | 0.64 | 0.66 |
| Hex | B3 | 70 | E0 | 14 | 32 | 0 | C | 114 | 40 | 42 |
| Octal | 263 | 160 | 340 | 24 | 62 | 0 | 14 | 424 | 100 | 102 |
| Binary | 10110011 | 1110000 | 11100000 | 10100 | 110010 | 0 | 1100 | 100010100 | 1000000 | 1000010 |
Color Harmonies of #B370E0
Complementary color
Monochromatic Colors of #B370E0
Black with #B370E0
Text Example
Text Example
White with #B370E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370E0; }
p { color: rgb(179,112,224); }
H1.HeaderClassName
{
color: #B370E0;
}
.AnyTagClassName
{
color: #B370E0;
}
</style>
background-color css
<style>
a { background-color: #B370E0; }
a { background-color: rgb(179,112,224); }
div.DivClassName
{
background-color: #B370E0;
}
.BgClassName
{
background-color: #B370E0;
}
</style>
border-color css
<style>
span { border-color: #B370E0; }
span { border-color: rgb(179,112,224); }
td.TdClassName
{
border-color: #B370E0;
}
.TagClassName
{
border-color: #B370E0;
}
</style>