Shades of Medium Orchid #B04FFC
Tints of Medium Orchid #B04FFC
RGB
CMYK
RGB Variations
Color information
#B04FFC (or 0xB04FFC) is known color: Medium Orchid. HEX triplet: B0, 4F and FC. RGB value is (176,79,252). Sum of RGB (Red+Green+Blue) = 176+79+252=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #B04FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FFC is #4FB003. Grayscale: #7F7F7F. Windows color (decimal): -5222404 or 16535472. OLE color: 16535472.
HSL color Cylindrical-coordinate representation of color #B04FFC: hue angle of 273.64º 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 #B04FFC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 79 | 252 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.01 |
| HSL | 273.64º | 0.97% | 0.65% | - |
| HSV(B) | 273.64º | 0.69% | 0.99% | - |
| XYZ | 38.27 | 21.85 | 94.3 | - |
| YUV | 127.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 252 | 0.30 | 0.69 | 0 | 0.01 | 273.64 | 0.97 | 0.65 |
| Hex | B0 | 4F | FC | 1E | 45 | 0 | 1 | 112 | 61 | 41 |
| Octal | 260 | 117 | 374 | 36 | 105 | 0 | 1 | 422 | 141 | 101 |
| Binary | 10110000 | 1001111 | 11111100 | 11110 | 1000101 | 0 | 1 | 100010010 | 1100001 | 1000001 |
Color Harmonies of #B04FFC
Complementary color
Monochromatic Colors of #B04FFC
Black with #B04FFC
Text Example
Text Example
White with #B04FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FFC; }
p { color: rgb(176,79,252); }
H1.HeaderClassName
{
color: #B04FFC;
}
.AnyTagClassName
{
color: #B04FFC;
}
</style>
background-color css
<style>
a { background-color: #B04FFC; }
a { background-color: rgb(176,79,252); }
div.DivClassName
{
background-color: #B04FFC;
}
.BgClassName
{
background-color: #B04FFC;
}
</style>
border-color css
<style>
span { border-color: #B04FFC; }
span { border-color: rgb(176,79,252); }
td.TdClassName
{
border-color: #B04FFC;
}
.TagClassName
{
border-color: #B04FFC;
}
</style>