Shades of Medium Orchid #B03ECF
Tints of Medium Orchid #B03ECF
RGB
CMYK
RGB Variations
Color information
#B03ECF (or 0xB03ECF) is known color: Medium Orchid. HEX triplet: B0, 3E and CF. RGB value is (176,62,207). Sum of RGB (Red+Green+Blue) = 176+62+207=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #B03ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ECF is #4FC130. Grayscale: #707070. Windows color (decimal): -5226801 or 13582000. OLE color: 13582000.
HSL color Cylindrical-coordinate representation of color #B03ECF: hue angle of 287.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03ECF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 62 | 207 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.19 |
| HSL | 287.17º | 0.6% | 0.53% | - |
| HSV(B) | 287.17º | 0.7% | 0.81% | - |
| XYZ | 30.89 | 17.18 | 60.72 | - |
| YUV | 112.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 207 | 0.15 | 0.70 | 0 | 0.19 | 287.17 | 0.6 | 0.53 |
| Hex | B0 | 3E | CF | F | 46 | 0 | 13 | 11F | 3C | 35 |
| Octal | 260 | 76 | 317 | 17 | 106 | 0 | 23 | 437 | 74 | 65 |
| Binary | 10110000 | 111110 | 11001111 | 1111 | 1000110 | 0 | 10011 | 100011111 | 111100 | 110101 |
Color Harmonies of #B03ECF
Complementary color
Monochromatic Colors of #B03ECF
Black with #B03ECF
Text Example
Text Example
White with #B03ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ECF; }
p { color: rgb(176,62,207); }
H1.HeaderClassName
{
color: #B03ECF;
}
.AnyTagClassName
{
color: #B03ECF;
}
</style>
background-color css
<style>
a { background-color: #B03ECF; }
a { background-color: rgb(176,62,207); }
div.DivClassName
{
background-color: #B03ECF;
}
.BgClassName
{
background-color: #B03ECF;
}
</style>
border-color css
<style>
span { border-color: #B03ECF; }
span { border-color: rgb(176,62,207); }
td.TdClassName
{
border-color: #B03ECF;
}
.TagClassName
{
border-color: #B03ECF;
}
</style>