Shades of Medium Orchid #B04CFA
Tints of Medium Orchid #B04CFA
RGB
CMYK
RGB Variations
Color information
#B04CFA (or 0xB04CFA) is known color: Medium Orchid. HEX triplet: B0, 4C and FA. RGB value is (176,76,250). Sum of RGB (Red+Green+Blue) = 176+76+250=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #B04CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CFA is #4FB305. Grayscale: #7D7D7D. Windows color (decimal): -5223174 or 16403632. OLE color: 16403632.
HSL color Cylindrical-coordinate representation of color #B04CFA: hue angle of 274.48º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04CFA is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 76 | 250 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.02 |
| HSL | 274.48º | 0.95% | 0.64% | - |
| HSV(B) | 274.48º | 0.7% | 0.98% | - |
| XYZ | 37.74 | 21.3 | 92.56 | - |
| YUV | 125.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 250 | 0.30 | 0.70 | 0 | 0.02 | 274.48 | 0.95 | 0.64 |
| Hex | B0 | 4C | FA | 1E | 46 | 0 | 2 | 112 | 5F | 40 |
| Octal | 260 | 114 | 372 | 36 | 106 | 0 | 2 | 422 | 137 | 100 |
| Binary | 10110000 | 1001100 | 11111010 | 11110 | 1000110 | 0 | 10 | 100010010 | 1011111 | 1000000 |
Color Harmonies of #B04CFA
Complementary color
Monochromatic Colors of #B04CFA
Black with #B04CFA
Text Example
Text Example
White with #B04CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CFA; }
p { color: rgb(176,76,250); }
H1.HeaderClassName
{
color: #B04CFA;
}
.AnyTagClassName
{
color: #B04CFA;
}
</style>
background-color css
<style>
a { background-color: #B04CFA; }
a { background-color: rgb(176,76,250); }
div.DivClassName
{
background-color: #B04CFA;
}
.BgClassName
{
background-color: #B04CFA;
}
</style>
border-color css
<style>
span { border-color: #B04CFA; }
span { border-color: rgb(176,76,250); }
td.TdClassName
{
border-color: #B04CFA;
}
.TagClassName
{
border-color: #B04CFA;
}
</style>