Shades of Medium Orchid #B84FF1
Tints of Medium Orchid #B84FF1
RGB
CMYK
RGB Variations
Color information
#B84FF1 (or 0xB84FF1) is known color: Medium Orchid. HEX triplet: B8, 4F and F1. RGB value is (184,79,241). Sum of RGB (Red+Green+Blue) = 184+79+241=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #B84FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FF1 is #47B00E. Grayscale: #808080. Windows color (decimal): -4698127 or 15814584. OLE color: 15814584.
HSL color Cylindrical-coordinate representation of color #B84FF1: hue angle of 278.89º degrees, saturation: 0.85, 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 #B84FF1 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 79 | 241 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.05 |
| HSL | 278.89º | 0.85% | 0.63% | - |
| HSV(B) | 278.89º | 0.67% | 0.95% | - |
| XYZ | 38.44 | 22.13 | 85.47 | - |
| YUV | 128.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 241 | 0.24 | 0.67 | 0 | 0.05 | 278.89 | 0.85 | 0.63 |
| Hex | B8 | 4F | F1 | 18 | 43 | 0 | 5 | 117 | 55 | 3F |
| Octal | 270 | 117 | 361 | 30 | 103 | 0 | 5 | 427 | 125 | 77 |
| Binary | 10111000 | 1001111 | 11110001 | 11000 | 1000011 | 0 | 101 | 100010111 | 1010101 | 111111 |
Color Harmonies of #B84FF1
Complementary color
Monochromatic Colors of #B84FF1
Black with #B84FF1
Text Example
Text Example
White with #B84FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FF1; }
p { color: rgb(184,79,241); }
H1.HeaderClassName
{
color: #B84FF1;
}
.AnyTagClassName
{
color: #B84FF1;
}
</style>
background-color css
<style>
a { background-color: #B84FF1; }
a { background-color: rgb(184,79,241); }
div.DivClassName
{
background-color: #B84FF1;
}
.BgClassName
{
background-color: #B84FF1;
}
</style>
border-color css
<style>
span { border-color: #B84FF1; }
span { border-color: rgb(184,79,241); }
td.TdClassName
{
border-color: #B84FF1;
}
.TagClassName
{
border-color: #B84FF1;
}
</style>