Shades of Medium Orchid #B03CEF
Tints of Medium Orchid #B03CEF
RGB
CMYK
RGB Variations
Color information
#B03CEF (or 0xB03CEF) is known color: Medium Orchid. HEX triplet: B0, 3C and EF. RGB value is (176,60,239). Sum of RGB (Red+Green+Blue) = 176+60+239=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #B03CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CEF is #4FC310. Grayscale: #727272. Windows color (decimal): -5227281 or 15678640. OLE color: 15678640.
HSL color Cylindrical-coordinate representation of color #B03CEF: hue angle of 278.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03CEF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 60 | 239 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.06 |
| HSL | 278.88º | 0.85% | 0.59% | - |
| HSV(B) | 278.88º | 0.75% | 0.94% | - |
| XYZ | 35.1 | 18.69 | 83.42 | - |
| YUV | 115.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 239 | 0.26 | 0.75 | 0 | 0.06 | 278.88 | 0.85 | 0.59 |
| Hex | B0 | 3C | EF | 1A | 4B | 0 | 6 | 117 | 55 | 3B |
| Octal | 260 | 74 | 357 | 32 | 113 | 0 | 6 | 427 | 125 | 73 |
| Binary | 10110000 | 111100 | 11101111 | 11010 | 1001011 | 0 | 110 | 100010111 | 1010101 | 111011 |
Color Harmonies of #B03CEF
Complementary color
Monochromatic Colors of #B03CEF
Black with #B03CEF
Text Example
Text Example
White with #B03CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CEF; }
p { color: rgb(176,60,239); }
H1.HeaderClassName
{
color: #B03CEF;
}
.AnyTagClassName
{
color: #B03CEF;
}
</style>
background-color css
<style>
a { background-color: #B03CEF; }
a { background-color: rgb(176,60,239); }
div.DivClassName
{
background-color: #B03CEF;
}
.BgClassName
{
background-color: #B03CEF;
}
</style>
border-color css
<style>
span { border-color: #B03CEF; }
span { border-color: rgb(176,60,239); }
td.TdClassName
{
border-color: #B03CEF;
}
.TagClassName
{
border-color: #B03CEF;
}
</style>