Shades of Medium Orchid #B370CF
Tints of Medium Orchid #B370CF
RGB
CMYK
RGB Variations
Color information
#B370CF (or 0xB370CF) is known color: Medium Orchid. HEX triplet: B3, 70 and CF. RGB value is (179,112,207). Sum of RGB (Red+Green+Blue) = 179+112+207=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B370CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CF is #4C8F30. Grayscale: #8E8E8E. Windows color (decimal): -5017393 or 13594803. OLE color: 13594803.
HSL color Cylindrical-coordinate representation of color #B370CF: hue angle of 282.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B370CF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 112 | 207 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.19 |
| HSL | 282.32º | 0.5% | 0.63% | - |
| HSV(B) | 282.32º | 0.46% | 0.81% | - |
| XYZ | 35.65 | 25.68 | 62.11 | - |
| YUV | 142.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 207 | 0.14 | 0.46 | 0 | 0.19 | 282.32 | 0.5 | 0.63 |
| Hex | B3 | 70 | CF | E | 2E | 0 | 13 | 11A | 32 | 3F |
| Octal | 263 | 160 | 317 | 16 | 56 | 0 | 23 | 432 | 62 | 77 |
| Binary | 10110011 | 1110000 | 11001111 | 1110 | 101110 | 0 | 10011 | 100011010 | 110010 | 111111 |
Color Harmonies of #B370CF
Complementary color
Monochromatic Colors of #B370CF
Black with #B370CF
Text Example
Text Example
White with #B370CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370CF; }
p { color: rgb(179,112,207); }
H1.HeaderClassName
{
color: #B370CF;
}
.AnyTagClassName
{
color: #B370CF;
}
</style>
background-color css
<style>
a { background-color: #B370CF; }
a { background-color: rgb(179,112,207); }
div.DivClassName
{
background-color: #B370CF;
}
.BgClassName
{
background-color: #B370CF;
}
</style>
border-color css
<style>
span { border-color: #B370CF; }
span { border-color: rgb(179,112,207); }
td.TdClassName
{
border-color: #B370CF;
}
.TagClassName
{
border-color: #B370CF;
}
</style>