Shades of Medium Orchid #B04DCC
Tints of Medium Orchid #B04DCC
RGB
CMYK
RGB Variations
Color information
#B04DCC (or 0xB04DCC) is known color: Medium Orchid. HEX triplet: B0, 4D and CC. RGB value is (176,77,204). Sum of RGB (Red+Green+Blue) = 176+77+204=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B04DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DCC is #4FB233. Grayscale: #787878. Windows color (decimal): -5222964 or 13389232. OLE color: 13389232.
HSL color Cylindrical-coordinate representation of color #B04DCC: hue angle of 286.77º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04DCC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 77 | 204 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.2 |
| HSL | 286.77º | 0.55% | 0.55% | - |
| HSV(B) | 286.77º | 0.62% | 0.8% | - |
| XYZ | 31.46 | 18.9 | 59.12 | - |
| YUV | 121.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 204 | 0.14 | 0.62 | 0 | 0.2 | 286.77 | 0.55 | 0.55 |
| Hex | B0 | 4D | CC | E | 3E | 0 | 14 | 11F | 37 | 37 |
| Octal | 260 | 115 | 314 | 16 | 76 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110000 | 1001101 | 11001100 | 1110 | 111110 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B04DCC
Complementary color
Monochromatic Colors of #B04DCC
Black with #B04DCC
Text Example
Text Example
White with #B04DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DCC; }
p { color: rgb(176,77,204); }
H1.HeaderClassName
{
color: #B04DCC;
}
.AnyTagClassName
{
color: #B04DCC;
}
</style>
background-color css
<style>
a { background-color: #B04DCC; }
a { background-color: rgb(176,77,204); }
div.DivClassName
{
background-color: #B04DCC;
}
.BgClassName
{
background-color: #B04DCC;
}
</style>
border-color css
<style>
span { border-color: #B04DCC; }
span { border-color: rgb(176,77,204); }
td.TdClassName
{
border-color: #B04DCC;
}
.TagClassName
{
border-color: #B04DCC;
}
</style>