Shades of Medium Orchid #B370DC
Tints of Medium Orchid #B370DC
RGB
CMYK
RGB Variations
Color information
#B370DC (or 0xB370DC) is known color: Medium Orchid. HEX triplet: B3, 70 and DC. RGB value is (179,112,220). Sum of RGB (Red+Green+Blue) = 179+112+220=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #B370DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370DC is #4C8F23. Grayscale: #8F8F8F. Windows color (decimal): -5017380 or 14446771. OLE color: 14446771.
HSL color Cylindrical-coordinate representation of color #B370DC: hue angle of 277.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B370DC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 112 | 220 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.14 |
| HSL | 277.22º | 0.61% | 0.65% | - |
| HSV(B) | 277.22º | 0.49% | 0.86% | - |
| XYZ | 37.3 | 26.34 | 70.83 | - |
| YUV | 144.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 220 | 0.19 | 0.49 | 0 | 0.14 | 277.22 | 0.61 | 0.65 |
| Hex | B3 | 70 | DC | 13 | 31 | 0 | E | 115 | 3D | 41 |
| Octal | 263 | 160 | 334 | 23 | 61 | 0 | 16 | 425 | 75 | 101 |
| Binary | 10110011 | 1110000 | 11011100 | 10011 | 110001 | 0 | 1110 | 100010101 | 111101 | 1000001 |
Color Harmonies of #B370DC
Complementary color
Monochromatic Colors of #B370DC
Black with #B370DC
Text Example
Text Example
White with #B370DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370DC; }
p { color: rgb(179,112,220); }
H1.HeaderClassName
{
color: #B370DC;
}
.AnyTagClassName
{
color: #B370DC;
}
</style>
background-color css
<style>
a { background-color: #B370DC; }
a { background-color: rgb(179,112,220); }
div.DivClassName
{
background-color: #B370DC;
}
.BgClassName
{
background-color: #B370DC;
}
</style>
border-color css
<style>
span { border-color: #B370DC; }
span { border-color: rgb(179,112,220); }
td.TdClassName
{
border-color: #B370DC;
}
.TagClassName
{
border-color: #B370DC;
}
</style>