Shades of Medium Orchid #B03EDC
Tints of Medium Orchid #B03EDC
RGB
CMYK
RGB Variations
Color information
#B03EDC (or 0xB03EDC) is known color: Medium Orchid. HEX triplet: B0, 3E and DC. RGB value is (176,62,220). Sum of RGB (Red+Green+Blue) = 176+62+220=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #B03EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EDC is #4FC123. Grayscale: #717171. Windows color (decimal): -5226788 or 14433968. OLE color: 14433968.
HSL color Cylindrical-coordinate representation of color #B03EDC: hue angle of 283.29º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03EDC is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 62 | 220 | - |
| CMYK | 0.2 | 0.72 | 0 | 0.14 |
| HSL | 283.29º | 0.69% | 0.55% | - |
| HSV(B) | 283.29º | 0.72% | 0.86% | - |
| XYZ | 32.55 | 17.84 | 69.44 | - |
| YUV | 114.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 220 | 0.2 | 0.72 | 0 | 0.14 | 283.29 | 0.69 | 0.55 |
| Hex | B0 | 3E | DC | 14 | 48 | 0 | E | 11B | 45 | 37 |
| Octal | 260 | 76 | 334 | 24 | 110 | 0 | 16 | 433 | 105 | 67 |
| Binary | 10110000 | 111110 | 11011100 | 10100 | 1001000 | 0 | 1110 | 100011011 | 1000101 | 110111 |
Color Harmonies of #B03EDC
Complementary color
Monochromatic Colors of #B03EDC
Black with #B03EDC
Text Example
Text Example
White with #B03EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03EDC; }
p { color: rgb(176,62,220); }
H1.HeaderClassName
{
color: #B03EDC;
}
.AnyTagClassName
{
color: #B03EDC;
}
</style>
background-color css
<style>
a { background-color: #B03EDC; }
a { background-color: rgb(176,62,220); }
div.DivClassName
{
background-color: #B03EDC;
}
.BgClassName
{
background-color: #B03EDC;
}
</style>
border-color css
<style>
span { border-color: #B03EDC; }
span { border-color: rgb(176,62,220); }
td.TdClassName
{
border-color: #B03EDC;
}
.TagClassName
{
border-color: #B03EDC;
}
</style>