Shades of Medium Orchid #B04FD4
Tints of Medium Orchid #B04FD4
RGB
CMYK
RGB Variations
Color information
#B04FD4 (or 0xB04FD4) is known color: Medium Orchid. HEX triplet: B0, 4F and D4. RGB value is (176,79,212). Sum of RGB (Red+Green+Blue) = 176+79+212=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #B04FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FD4 is #4FB02B. Grayscale: #7A7A7A. Windows color (decimal): -5222444 or 13914032. OLE color: 13914032.
HSL color Cylindrical-coordinate representation of color #B04FD4: hue angle of 283.76º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04FD4 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 79 | 212 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.17 |
| HSL | 283.76º | 0.61% | 0.57% | - |
| HSV(B) | 283.76º | 0.63% | 0.83% | - |
| XYZ | 32.58 | 19.58 | 64.35 | - |
| YUV | 123.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 212 | 0.17 | 0.63 | 0 | 0.17 | 283.76 | 0.61 | 0.57 |
| Hex | B0 | 4F | D4 | 11 | 3F | 0 | 11 | 11C | 3D | 39 |
| Octal | 260 | 117 | 324 | 21 | 77 | 0 | 21 | 434 | 75 | 71 |
| Binary | 10110000 | 1001111 | 11010100 | 10001 | 111111 | 0 | 10001 | 100011100 | 111101 | 111001 |
Color Harmonies of #B04FD4
Complementary color
Monochromatic Colors of #B04FD4
Black with #B04FD4
Text Example
Text Example
White with #B04FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FD4; }
p { color: rgb(176,79,212); }
H1.HeaderClassName
{
color: #B04FD4;
}
.AnyTagClassName
{
color: #B04FD4;
}
</style>
background-color css
<style>
a { background-color: #B04FD4; }
a { background-color: rgb(176,79,212); }
div.DivClassName
{
background-color: #B04FD4;
}
.BgClassName
{
background-color: #B04FD4;
}
</style>
border-color css
<style>
span { border-color: #B04FD4; }
span { border-color: rgb(176,79,212); }
td.TdClassName
{
border-color: #B04FD4;
}
.TagClassName
{
border-color: #B04FD4;
}
</style>