Shades of Medium Orchid #B04DFC
Tints of Medium Orchid #B04DFC
RGB
CMYK
RGB Variations
Color information
#B04DFC (or 0xB04DFC) is known color: Medium Orchid. HEX triplet: B0, 4D and FC. RGB value is (176,77,252). Sum of RGB (Red+Green+Blue) = 176+77+252=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #B04DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DFC is #4FB203. Grayscale: #7D7D7D. Windows color (decimal): -5222916 or 16534960. OLE color: 16534960.
HSL color Cylindrical-coordinate representation of color #B04DFC: hue angle of 273.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04DFC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 77 | 252 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.01 |
| HSL | 273.94º | 0.97% | 0.65% | - |
| HSV(B) | 273.94º | 0.69% | 0.99% | - |
| XYZ | 38.13 | 21.57 | 94.25 | - |
| YUV | 126.55 | 198.8 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 252 | 0.30 | 0.69 | 0 | 0.01 | 273.94 | 0.97 | 0.65 |
| Hex | B0 | 4D | FC | 1E | 45 | 0 | 1 | 112 | 61 | 41 |
| Octal | 260 | 115 | 374 | 36 | 105 | 0 | 1 | 422 | 141 | 101 |
| Binary | 10110000 | 1001101 | 11111100 | 11110 | 1000101 | 0 | 1 | 100010010 | 1100001 | 1000001 |
Color Harmonies of #B04DFC
Complementary color
Monochromatic Colors of #B04DFC
Black with #B04DFC
Text Example
Text Example
White with #B04DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DFC; }
p { color: rgb(176,77,252); }
H1.HeaderClassName
{
color: #B04DFC;
}
.AnyTagClassName
{
color: #B04DFC;
}
</style>
background-color css
<style>
a { background-color: #B04DFC; }
a { background-color: rgb(176,77,252); }
div.DivClassName
{
background-color: #B04DFC;
}
.BgClassName
{
background-color: #B04DFC;
}
</style>
border-color css
<style>
span { border-color: #B04DFC; }
span { border-color: rgb(176,77,252); }
td.TdClassName
{
border-color: #B04DFC;
}
.TagClassName
{
border-color: #B04DFC;
}
</style>