Shades of Medium Orchid #B03DC5
Tints of Medium Orchid #B03DC5
RGB
CMYK
RGB Variations
Color information
#B03DC5 (or 0xB03DC5) is known color: Medium Orchid. HEX triplet: B0, 3D and C5. RGB value is (176,61,197). Sum of RGB (Red+Green+Blue) = 176+61+197=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #B03DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DC5 is #4FC23A. Grayscale: #6E6E6E. Windows color (decimal): -5227067 or 12926384. OLE color: 12926384.
HSL color Cylindrical-coordinate representation of color #B03DC5: hue angle of 290.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03DC5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 61 | 197 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.23 |
| HSL | 290.74º | 0.54% | 0.51% | - |
| HSV(B) | 290.74º | 0.69% | 0.77% | - |
| XYZ | 29.65 | 16.6 | 54.46 | - |
| YUV | 110.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 197 | 0.11 | 0.69 | 0 | 0.23 | 290.74 | 0.54 | 0.51 |
| Hex | B0 | 3D | C5 | B | 45 | 0 | 17 | 123 | 36 | 33 |
| Octal | 260 | 75 | 305 | 13 | 105 | 0 | 27 | 443 | 66 | 63 |
| Binary | 10110000 | 111101 | 11000101 | 1011 | 1000101 | 0 | 10111 | 100100011 | 110110 | 110011 |
Color Harmonies of #B03DC5
Complementary color
Monochromatic Colors of #B03DC5
Black with #B03DC5
Text Example
Text Example
White with #B03DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03DC5; }
p { color: rgb(176,61,197); }
H1.HeaderClassName
{
color: #B03DC5;
}
.AnyTagClassName
{
color: #B03DC5;
}
</style>
background-color css
<style>
a { background-color: #B03DC5; }
a { background-color: rgb(176,61,197); }
div.DivClassName
{
background-color: #B03DC5;
}
.BgClassName
{
background-color: #B03DC5;
}
</style>
border-color css
<style>
span { border-color: #B03DC5; }
span { border-color: rgb(176,61,197); }
td.TdClassName
{
border-color: #B03DC5;
}
.TagClassName
{
border-color: #B03DC5;
}
</style>