Shades of Medium Orchid #B373D0
Tints of Medium Orchid #B373D0
RGB
CMYK
RGB Variations
Color information
#B373D0 (or 0xB373D0) is known color: Medium Orchid. HEX triplet: B3, 73 and D0. RGB value is (179,115,208). Sum of RGB (Red+Green+Blue) = 179+115+208=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #B373D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373D0 is #4C8C2F. Grayscale: #909090. Windows color (decimal): -5016624 or 13661107. OLE color: 13661107.
HSL color Cylindrical-coordinate representation of color #B373D0: hue angle of 281.29º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B373D0 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 115 | 208 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.18 |
| HSL | 281.29º | 0.5% | 0.63% | - |
| HSV(B) | 281.29º | 0.45% | 0.82% | - |
| XYZ | 36.11 | 26.4 | 62.87 | - |
| YUV | 144.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 208 | 0.14 | 0.45 | 0 | 0.18 | 281.29 | 0.5 | 0.63 |
| Hex | B3 | 73 | D0 | E | 2D | 0 | 12 | 119 | 32 | 3F |
| Octal | 263 | 163 | 320 | 16 | 55 | 0 | 22 | 431 | 62 | 77 |
| Binary | 10110011 | 1110011 | 11010000 | 1110 | 101101 | 0 | 10010 | 100011001 | 110010 | 111111 |
Color Harmonies of #B373D0
Complementary color
Monochromatic Colors of #B373D0
Black with #B373D0
Text Example
Text Example
White with #B373D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373D0; }
p { color: rgb(179,115,208); }
H1.HeaderClassName
{
color: #B373D0;
}
.AnyTagClassName
{
color: #B373D0;
}
</style>
background-color css
<style>
a { background-color: #B373D0; }
a { background-color: rgb(179,115,208); }
div.DivClassName
{
background-color: #B373D0;
}
.BgClassName
{
background-color: #B373D0;
}
</style>
border-color css
<style>
span { border-color: #B373D0; }
span { border-color: rgb(179,115,208); }
td.TdClassName
{
border-color: #B373D0;
}
.TagClassName
{
border-color: #B373D0;
}
</style>