Shades of Medium Orchid #B03CED
Tints of Medium Orchid #B03CED
RGB
CMYK
RGB Variations
Color information
#B03CED (or 0xB03CED) is known color: Medium Orchid. HEX triplet: B0, 3C and ED. RGB value is (176,60,237). Sum of RGB (Red+Green+Blue) = 176+60+237=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #B03CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CED is #4FC312. Grayscale: #727272. Windows color (decimal): -5227283 or 15547568. OLE color: 15547568.
HSL color Cylindrical-coordinate representation of color #B03CED: hue angle of 279.32º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03CED is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 60 | 237 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.07 |
| HSL | 279.32º | 0.83% | 0.58% | - |
| HSV(B) | 279.32º | 0.75% | 0.93% | - |
| XYZ | 34.81 | 18.58 | 81.87 | - |
| YUV | 114.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 237 | 0.26 | 0.75 | 0 | 0.07 | 279.32 | 0.83 | 0.58 |
| Hex | B0 | 3C | ED | 1A | 4B | 0 | 7 | 117 | 53 | 3A |
| Octal | 260 | 74 | 355 | 32 | 113 | 0 | 7 | 427 | 123 | 72 |
| Binary | 10110000 | 111100 | 11101101 | 11010 | 1001011 | 0 | 111 | 100010111 | 1010011 | 111010 |
Color Harmonies of #B03CED
Complementary color
Monochromatic Colors of #B03CED
Black with #B03CED
Text Example
Text Example
White with #B03CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CED; }
p { color: rgb(176,60,237); }
H1.HeaderClassName
{
color: #B03CED;
}
.AnyTagClassName
{
color: #B03CED;
}
</style>
background-color css
<style>
a { background-color: #B03CED; }
a { background-color: rgb(176,60,237); }
div.DivClassName
{
background-color: #B03CED;
}
.BgClassName
{
background-color: #B03CED;
}
</style>
border-color css
<style>
span { border-color: #B03CED; }
span { border-color: rgb(176,60,237); }
td.TdClassName
{
border-color: #B03CED;
}
.TagClassName
{
border-color: #B03CED;
}
</style>