Shades of Medium Orchid #B04FCC
Tints of Medium Orchid #B04FCC
RGB
CMYK
RGB Variations
Color information
#B04FCC (or 0xB04FCC) is known color: Medium Orchid. HEX triplet: B0, 4F and CC. RGB value is (176,79,204). Sum of RGB (Red+Green+Blue) = 176+79+204=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B04FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FCC is #4FB033. Grayscale: #797979. Windows color (decimal): -5222452 or 13389744. OLE color: 13389744.
HSL color Cylindrical-coordinate representation of color #B04FCC: hue angle of 286.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04FCC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 79 | 204 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.2 |
| HSL | 286.56º | 0.55% | 0.55% | - |
| HSV(B) | 286.56º | 0.61% | 0.8% | - |
| XYZ | 31.6 | 19.18 | 59.16 | - |
| YUV | 122.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 204 | 0.14 | 0.61 | 0 | 0.2 | 286.56 | 0.55 | 0.55 |
| Hex | B0 | 4F | CC | E | 3D | 0 | 14 | 11F | 37 | 37 |
| Octal | 260 | 117 | 314 | 16 | 75 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110000 | 1001111 | 11001100 | 1110 | 111101 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B04FCC
Complementary color
Monochromatic Colors of #B04FCC
Black with #B04FCC
Text Example
Text Example
White with #B04FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FCC; }
p { color: rgb(176,79,204); }
H1.HeaderClassName
{
color: #B04FCC;
}
.AnyTagClassName
{
color: #B04FCC;
}
</style>
background-color css
<style>
a { background-color: #B04FCC; }
a { background-color: rgb(176,79,204); }
div.DivClassName
{
background-color: #B04FCC;
}
.BgClassName
{
background-color: #B04FCC;
}
</style>
border-color css
<style>
span { border-color: #B04FCC; }
span { border-color: rgb(176,79,204); }
td.TdClassName
{
border-color: #B04FCC;
}
.TagClassName
{
border-color: #B04FCC;
}
</style>