Shades of Medium Orchid #B373CF
Tints of Medium Orchid #B373CF
RGB
CMYK
RGB Variations
Color information
#B373CF (or 0xB373CF) is known color: Medium Orchid. HEX triplet: B3, 73 and CF. RGB value is (179,115,207). Sum of RGB (Red+Green+Blue) = 179+115+207=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B373CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373CF is #4C8C30. Grayscale: #909090. Windows color (decimal): -5016625 or 13595571. OLE color: 13595571.
HSL color Cylindrical-coordinate representation of color #B373CF: hue angle of 281.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B373CF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 115 | 207 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.19 |
| HSL | 281.74º | 0.49% | 0.63% | - |
| HSV(B) | 281.74º | 0.44% | 0.81% | - |
| XYZ | 35.98 | 26.35 | 62.22 | - |
| YUV | 144.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 207 | 0.14 | 0.44 | 0 | 0.19 | 281.74 | 0.49 | 0.63 |
| Hex | B3 | 73 | CF | E | 2C | 0 | 13 | 11A | 31 | 3F |
| Octal | 263 | 163 | 317 | 16 | 54 | 0 | 23 | 432 | 61 | 77 |
| Binary | 10110011 | 1110011 | 11001111 | 1110 | 101100 | 0 | 10011 | 100011010 | 110001 | 111111 |
Color Harmonies of #B373CF
Complementary color
Monochromatic Colors of #B373CF
Black with #B373CF
Text Example
Text Example
White with #B373CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373CF; }
p { color: rgb(179,115,207); }
H1.HeaderClassName
{
color: #B373CF;
}
.AnyTagClassName
{
color: #B373CF;
}
</style>
background-color css
<style>
a { background-color: #B373CF; }
a { background-color: rgb(179,115,207); }
div.DivClassName
{
background-color: #B373CF;
}
.BgClassName
{
background-color: #B373CF;
}
</style>
border-color css
<style>
span { border-color: #B373CF; }
span { border-color: rgb(179,115,207); }
td.TdClassName
{
border-color: #B373CF;
}
.TagClassName
{
border-color: #B373CF;
}
</style>