Shades of Medium Orchid #B04FF3
Tints of Medium Orchid #B04FF3
RGB
CMYK
RGB Variations
Color information
#B04FF3 (or 0xB04FF3) is known color: Medium Orchid. HEX triplet: B0, 4F and F3. RGB value is (176,79,243). Sum of RGB (Red+Green+Blue) = 176+79+243=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #B04FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF3 is #4FB00C. Grayscale: #7E7E7E. Windows color (decimal): -5222413 or 15945648. OLE color: 15945648.
HSL color Cylindrical-coordinate representation of color #B04FF3: hue angle of 275.49º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04FF3 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 79 | 243 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.05 |
| HSL | 275.49º | 0.87% | 0.63% | - |
| HSV(B) | 275.49º | 0.67% | 0.95% | - |
| XYZ | 36.88 | 21.29 | 86.96 | - |
| YUV | 126.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 243 | 0.28 | 0.67 | 0 | 0.05 | 275.49 | 0.87 | 0.63 |
| Hex | B0 | 4F | F3 | 1C | 43 | 0 | 5 | 113 | 57 | 3F |
| Octal | 260 | 117 | 363 | 34 | 103 | 0 | 5 | 423 | 127 | 77 |
| Binary | 10110000 | 1001111 | 11110011 | 11100 | 1000011 | 0 | 101 | 100010011 | 1010111 | 111111 |
Color Harmonies of #B04FF3
Complementary color
Monochromatic Colors of #B04FF3
Black with #B04FF3
Text Example
Text Example
White with #B04FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FF3; }
p { color: rgb(176,79,243); }
H1.HeaderClassName
{
color: #B04FF3;
}
.AnyTagClassName
{
color: #B04FF3;
}
</style>
background-color css
<style>
a { background-color: #B04FF3; }
a { background-color: rgb(176,79,243); }
div.DivClassName
{
background-color: #B04FF3;
}
.BgClassName
{
background-color: #B04FF3;
}
</style>
border-color css
<style>
span { border-color: #B04FF3; }
span { border-color: rgb(176,79,243); }
td.TdClassName
{
border-color: #B04FF3;
}
.TagClassName
{
border-color: #B04FF3;
}
</style>