Shades of Medium Orchid #B84DF3
Tints of Medium Orchid #B84DF3
RGB
CMYK
RGB Variations
Color information
#B84DF3 (or 0xB84DF3) is known color: Medium Orchid. HEX triplet: B8, 4D and F3. RGB value is (184,77,243). Sum of RGB (Red+Green+Blue) = 184+77+243=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #B84DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DF3 is #47B20C. Grayscale: #7F7F7F. Windows color (decimal): -4698637 or 15945144. OLE color: 15945144.
HSL color Cylindrical-coordinate representation of color #B84DF3: hue angle of 278.67º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84DF3 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 77 | 243 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.05 |
| HSL | 278.67º | 0.87% | 0.63% | - |
| HSV(B) | 278.67º | 0.68% | 0.95% | - |
| XYZ | 38.6 | 21.97 | 87 | - |
| YUV | 127.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 243 | 0.24 | 0.68 | 0 | 0.05 | 278.67 | 0.87 | 0.63 |
| Hex | B8 | 4D | F3 | 18 | 44 | 0 | 5 | 117 | 57 | 3F |
| Octal | 270 | 115 | 363 | 30 | 104 | 0 | 5 | 427 | 127 | 77 |
| Binary | 10111000 | 1001101 | 11110011 | 11000 | 1000100 | 0 | 101 | 100010111 | 1010111 | 111111 |
Color Harmonies of #B84DF3
Complementary color
Monochromatic Colors of #B84DF3
Black with #B84DF3
Text Example
Text Example
White with #B84DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DF3; }
p { color: rgb(184,77,243); }
H1.HeaderClassName
{
color: #B84DF3;
}
.AnyTagClassName
{
color: #B84DF3;
}
</style>
background-color css
<style>
a { background-color: #B84DF3; }
a { background-color: rgb(184,77,243); }
div.DivClassName
{
background-color: #B84DF3;
}
.BgClassName
{
background-color: #B84DF3;
}
</style>
border-color css
<style>
span { border-color: #B84DF3; }
span { border-color: rgb(184,77,243); }
td.TdClassName
{
border-color: #B84DF3;
}
.TagClassName
{
border-color: #B84DF3;
}
</style>