Shades of Medium Orchid #B84BFA
Tints of Medium Orchid #B84BFA
RGB
CMYK
RGB Variations
Color information
#B84BFA (or 0xB84BFA) is known color: Medium Orchid. HEX triplet: B8, 4B and FA. RGB value is (184,75,250). Sum of RGB (Red+Green+Blue) = 184+75+250=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #B84BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BFA is #47B405. Grayscale: #7E7E7E. Windows color (decimal): -4699142 or 16403384. OLE color: 16403384.
HSL color Cylindrical-coordinate representation of color #B84BFA: hue angle of 277.37º 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 #B84BFA is Cyan = 0.26, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 75 | 250 | - |
| CMYK | 0.26 | 0.7 | 0 | 0.02 |
| HSL | 277.37º | 0.95% | 0.64% | - |
| HSV(B) | 277.37º | 0.7% | 0.98% | - |
| XYZ | 39.54 | 22.12 | 92.63 | - |
| YUV | 127.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 250 | 0.26 | 0.7 | 0 | 0.02 | 277.37 | 0.95 | 0.64 |
| Hex | B8 | 4B | FA | 1A | 46 | 0 | 2 | 115 | 5F | 40 |
| Octal | 270 | 113 | 372 | 32 | 106 | 0 | 2 | 425 | 137 | 100 |
| Binary | 10111000 | 1001011 | 11111010 | 11010 | 1000110 | 0 | 10 | 100010101 | 1011111 | 1000000 |
Color Harmonies of #B84BFA
Complementary color
Monochromatic Colors of #B84BFA
Black with #B84BFA
Text Example
Text Example
White with #B84BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BFA; }
p { color: rgb(184,75,250); }
H1.HeaderClassName
{
color: #B84BFA;
}
.AnyTagClassName
{
color: #B84BFA;
}
</style>
background-color css
<style>
a { background-color: #B84BFA; }
a { background-color: rgb(184,75,250); }
div.DivClassName
{
background-color: #B84BFA;
}
.BgClassName
{
background-color: #B84BFA;
}
</style>
border-color css
<style>
span { border-color: #B84BFA; }
span { border-color: rgb(184,75,250); }
td.TdClassName
{
border-color: #B84BFA;
}
.TagClassName
{
border-color: #B84BFA;
}
</style>