Shades of Medium Orchid #B04FCD
Tints of Medium Orchid #B04FCD
RGB
CMYK
RGB Variations
Color information
#B04FCD (or 0xB04FCD) is known color: Medium Orchid. HEX triplet: B0, 4F and CD. RGB value is (176,79,205). Sum of RGB (Red+Green+Blue) = 176+79+205=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #B04FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FCD is #4FB032. Grayscale: #797979. Windows color (decimal): -5222451 or 13455280. OLE color: 13455280.
HSL color Cylindrical-coordinate representation of color #B04FCD: hue angle of 286.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04FCD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 79 | 205 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.20 |
| HSL | 286.19º | 0.56% | 0.56% | - |
| HSV(B) | 286.19º | 0.61% | 0.8% | - |
| XYZ | 31.72 | 19.23 | 59.8 | - |
| YUV | 122.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 205 | 0.14 | 0.61 | 0 | 0.20 | 286.19 | 0.56 | 0.56 |
| Hex | B0 | 4F | CD | E | 3D | 0 | 14 | 11E | 38 | 38 |
| Octal | 260 | 117 | 315 | 16 | 75 | 0 | 24 | 436 | 70 | 70 |
| Binary | 10110000 | 1001111 | 11001101 | 1110 | 111101 | 0 | 10100 | 100011110 | 111000 | 111000 |
Color Harmonies of #B04FCD
Complementary color
Monochromatic Colors of #B04FCD
Black with #B04FCD
Text Example
Text Example
White with #B04FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FCD; }
p { color: rgb(176,79,205); }
H1.HeaderClassName
{
color: #B04FCD;
}
.AnyTagClassName
{
color: #B04FCD;
}
</style>
background-color css
<style>
a { background-color: #B04FCD; }
a { background-color: rgb(176,79,205); }
div.DivClassName
{
background-color: #B04FCD;
}
.BgClassName
{
background-color: #B04FCD;
}
</style>
border-color css
<style>
span { border-color: #B04FCD; }
span { border-color: rgb(176,79,205); }
td.TdClassName
{
border-color: #B04FCD;
}
.TagClassName
{
border-color: #B04FCD;
}
</style>