Shades of Medium Orchid #B840FA
Tints of Medium Orchid #B840FA
RGB
CMYK
RGB Variations
Color information
#B840FA (or 0xB840FA) is known color: Medium Orchid. HEX triplet: B8, 40 and FA. RGB value is (184,64,250). Sum of RGB (Red+Green+Blue) = 184+64+250=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B840FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840FA is #47BF05. Grayscale: #787878. Windows color (decimal): -4701958 or 16400568. OLE color: 16400568.
HSL color Cylindrical-coordinate representation of color #B840FA: hue angle of 278.71º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B840FA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 64 | 250 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.02 |
| HSL | 278.71º | 0.95% | 0.62% | - |
| HSV(B) | 278.71º | 0.74% | 0.98% | - |
| XYZ | 38.86 | 20.76 | 92.4 | - |
| YUV | 121.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 250 | 0.26 | 0.74 | 0 | 0.02 | 278.71 | 0.95 | 0.62 |
| Hex | B8 | 40 | FA | 1A | 4A | 0 | 2 | 117 | 5F | 3E |
| Octal | 270 | 100 | 372 | 32 | 112 | 0 | 2 | 427 | 137 | 76 |
| Binary | 10111000 | 1000000 | 11111010 | 11010 | 1001010 | 0 | 10 | 100010111 | 1011111 | 111110 |
Color Harmonies of #B840FA
Complementary color
Monochromatic Colors of #B840FA
Black with #B840FA
Text Example
Text Example
White with #B840FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B840FA; }
p { color: rgb(184,64,250); }
H1.HeaderClassName
{
color: #B840FA;
}
.AnyTagClassName
{
color: #B840FA;
}
</style>
background-color css
<style>
a { background-color: #B840FA; }
a { background-color: rgb(184,64,250); }
div.DivClassName
{
background-color: #B840FA;
}
.BgClassName
{
background-color: #B840FA;
}
</style>
border-color css
<style>
span { border-color: #B840FA; }
span { border-color: rgb(184,64,250); }
td.TdClassName
{
border-color: #B840FA;
}
.TagClassName
{
border-color: #B840FA;
}
</style>