Shades of Medium Orchid #B03CE7
Tints of Medium Orchid #B03CE7
RGB
CMYK
RGB Variations
Color information
#B03CE7 (or 0xB03CE7) is known color: Medium Orchid. HEX triplet: B0, 3C and E7. RGB value is (176,60,231). Sum of RGB (Red+Green+Blue) = 176+60+231=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #B03CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CE7 is #4FC318. Grayscale: #717171. Windows color (decimal): -5227289 or 15154352. OLE color: 15154352.
HSL color Cylindrical-coordinate representation of color #B03CE7: hue angle of 280.7º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03CE7 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 60 | 231 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.09 |
| HSL | 280.7º | 0.78% | 0.57% | - |
| HSV(B) | 280.7º | 0.74% | 0.91% | - |
| XYZ | 33.94 | 18.23 | 77.33 | - |
| YUV | 114.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 231 | 0.24 | 0.74 | 0 | 0.09 | 280.7 | 0.78 | 0.57 |
| Hex | B0 | 3C | E7 | 18 | 4A | 0 | 9 | 119 | 4E | 39 |
| Octal | 260 | 74 | 347 | 30 | 112 | 0 | 11 | 431 | 116 | 71 |
| Binary | 10110000 | 111100 | 11100111 | 11000 | 1001010 | 0 | 1001 | 100011001 | 1001110 | 111001 |
Color Harmonies of #B03CE7
Complementary color
Monochromatic Colors of #B03CE7
Black with #B03CE7
Text Example
Text Example
White with #B03CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CE7; }
p { color: rgb(176,60,231); }
H1.HeaderClassName
{
color: #B03CE7;
}
.AnyTagClassName
{
color: #B03CE7;
}
</style>
background-color css
<style>
a { background-color: #B03CE7; }
a { background-color: rgb(176,60,231); }
div.DivClassName
{
background-color: #B03CE7;
}
.BgClassName
{
background-color: #B03CE7;
}
</style>
border-color css
<style>
span { border-color: #B03CE7; }
span { border-color: rgb(176,60,231); }
td.TdClassName
{
border-color: #B03CE7;
}
.TagClassName
{
border-color: #B03CE7;
}
</style>