Shades of Medium Orchid #B03CDA
Tints of Medium Orchid #B03CDA
RGB
CMYK
RGB Variations
Color information
#B03CDA (or 0xB03CDA) is known color: Medium Orchid. HEX triplet: B0, 3C and DA. RGB value is (176,60,218). Sum of RGB (Red+Green+Blue) = 176+60+218=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #B03CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CDA is #4FC325. Grayscale: #707070. Windows color (decimal): -5227302 or 14302384. OLE color: 14302384.
HSL color Cylindrical-coordinate representation of color #B03CDA: hue angle of 284.05º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03CDA is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 60 | 218 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.15 |
| HSL | 284.05º | 0.68% | 0.55% | - |
| HSV(B) | 284.05º | 0.72% | 0.85% | - |
| XYZ | 32.18 | 17.52 | 68.02 | - |
| YUV | 112.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 218 | 0.19 | 0.72 | 0 | 0.15 | 284.05 | 0.68 | 0.55 |
| Hex | B0 | 3C | DA | 13 | 48 | 0 | F | 11C | 44 | 37 |
| Octal | 260 | 74 | 332 | 23 | 110 | 0 | 17 | 434 | 104 | 67 |
| Binary | 10110000 | 111100 | 11011010 | 10011 | 1001000 | 0 | 1111 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B03CDA
Complementary color
Monochromatic Colors of #B03CDA
Black with #B03CDA
Text Example
Text Example
White with #B03CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CDA; }
p { color: rgb(176,60,218); }
H1.HeaderClassName
{
color: #B03CDA;
}
.AnyTagClassName
{
color: #B03CDA;
}
</style>
background-color css
<style>
a { background-color: #B03CDA; }
a { background-color: rgb(176,60,218); }
div.DivClassName
{
background-color: #B03CDA;
}
.BgClassName
{
background-color: #B03CDA;
}
</style>
border-color css
<style>
span { border-color: #B03CDA; }
span { border-color: rgb(176,60,218); }
td.TdClassName
{
border-color: #B03CDA;
}
.TagClassName
{
border-color: #B03CDA;
}
</style>