Shades of Medium Orchid #B03DCC
Tints of Medium Orchid #B03DCC
RGB
CMYK
RGB Variations
Color information
#B03DCC (or 0xB03DCC) is known color: Medium Orchid. HEX triplet: B0, 3D and CC. RGB value is (176,61,204). Sum of RGB (Red+Green+Blue) = 176+61+204=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #B03DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DCC is #4FC233. Grayscale: #6F6F6F. Windows color (decimal): -5227060 or 13385136. OLE color: 13385136.
HSL color Cylindrical-coordinate representation of color #B03DCC: hue angle of 288.25º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03DCC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 61 | 204 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.2 |
| HSL | 288.25º | 0.58% | 0.52% | - |
| HSV(B) | 288.25º | 0.7% | 0.8% | - |
| XYZ | 30.47 | 16.93 | 58.79 | - |
| YUV | 111.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 204 | 0.14 | 0.70 | 0 | 0.2 | 288.25 | 0.58 | 0.52 |
| Hex | B0 | 3D | CC | E | 46 | 0 | 14 | 120 | 3A | 34 |
| Octal | 260 | 75 | 314 | 16 | 106 | 0 | 24 | 440 | 72 | 64 |
| Binary | 10110000 | 111101 | 11001100 | 1110 | 1000110 | 0 | 10100 | 100100000 | 111010 | 110100 |
Color Harmonies of #B03DCC
Complementary color
Monochromatic Colors of #B03DCC
Black with #B03DCC
Text Example
Text Example
White with #B03DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03DCC; }
p { color: rgb(176,61,204); }
H1.HeaderClassName
{
color: #B03DCC;
}
.AnyTagClassName
{
color: #B03DCC;
}
</style>
background-color css
<style>
a { background-color: #B03DCC; }
a { background-color: rgb(176,61,204); }
div.DivClassName
{
background-color: #B03DCC;
}
.BgClassName
{
background-color: #B03DCC;
}
</style>
border-color css
<style>
span { border-color: #B03DCC; }
span { border-color: rgb(176,61,204); }
td.TdClassName
{
border-color: #B03DCC;
}
.TagClassName
{
border-color: #B03DCC;
}
</style>