Shades of Medium Orchid #B04FD3
Tints of Medium Orchid #B04FD3
RGB
CMYK
RGB Variations
Color information
#B04FD3 (or 0xB04FD3) is known color: Medium Orchid. HEX triplet: B0, 4F and D3. RGB value is (176,79,211). Sum of RGB (Red+Green+Blue) = 176+79+211=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #B04FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FD3 is #4FB02C. Grayscale: #7A7A7A. Windows color (decimal): -5222445 or 13848496. OLE color: 13848496.
HSL color Cylindrical-coordinate representation of color #B04FD3: hue angle of 284.09º degrees, saturation: 0.6, 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 #B04FD3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 79 | 211 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.17 |
| HSL | 284.09º | 0.6% | 0.57% | - |
| HSV(B) | 284.09º | 0.63% | 0.83% | - |
| XYZ | 32.46 | 19.53 | 63.69 | - |
| YUV | 123.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 211 | 0.17 | 0.63 | 0 | 0.17 | 284.09 | 0.6 | 0.57 |
| Hex | B0 | 4F | D3 | 11 | 3F | 0 | 11 | 11C | 3C | 39 |
| Octal | 260 | 117 | 323 | 21 | 77 | 0 | 21 | 434 | 74 | 71 |
| Binary | 10110000 | 1001111 | 11010011 | 10001 | 111111 | 0 | 10001 | 100011100 | 111100 | 111001 |
Color Harmonies of #B04FD3
Complementary color
Monochromatic Colors of #B04FD3
Black with #B04FD3
Text Example
Text Example
White with #B04FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FD3; }
p { color: rgb(176,79,211); }
H1.HeaderClassName
{
color: #B04FD3;
}
.AnyTagClassName
{
color: #B04FD3;
}
</style>
background-color css
<style>
a { background-color: #B04FD3; }
a { background-color: rgb(176,79,211); }
div.DivClassName
{
background-color: #B04FD3;
}
.BgClassName
{
background-color: #B04FD3;
}
</style>
border-color css
<style>
span { border-color: #B04FD3; }
span { border-color: rgb(176,79,211); }
td.TdClassName
{
border-color: #B04FD3;
}
.TagClassName
{
border-color: #B04FD3;
}
</style>