Shades of Medium Orchid #B84FE3
Tints of Medium Orchid #B84FE3
RGB
CMYK
RGB Variations
Color information
#B84FE3 (or 0xB84FE3) is known color: Medium Orchid. HEX triplet: B8, 4F and E3. RGB value is (184,79,227). Sum of RGB (Red+Green+Blue) = 184+79+227=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #B84FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FE3 is #47B01C. Grayscale: #7E7E7E. Windows color (decimal): -4698141 or 14897080. OLE color: 14897080.
HSL color Cylindrical-coordinate representation of color #B84FE3: hue angle of 282.57º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84FE3 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 79 | 227 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.11 |
| HSL | 282.57º | 0.73% | 0.6% | - |
| HSV(B) | 282.57º | 0.65% | 0.89% | - |
| XYZ | 36.43 | 21.33 | 74.87 | - |
| YUV | 127.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 227 | 0.19 | 0.65 | 0 | 0.11 | 282.57 | 0.73 | 0.6 |
| Hex | B8 | 4F | E3 | 13 | 41 | 0 | B | 11B | 49 | 3C |
| Octal | 270 | 117 | 343 | 23 | 101 | 0 | 13 | 433 | 111 | 74 |
| Binary | 10111000 | 1001111 | 11100011 | 10011 | 1000001 | 0 | 1011 | 100011011 | 1001001 | 111100 |
Color Harmonies of #B84FE3
Complementary color
Monochromatic Colors of #B84FE3
Black with #B84FE3
Text Example
Text Example
White with #B84FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FE3; }
p { color: rgb(184,79,227); }
H1.HeaderClassName
{
color: #B84FE3;
}
.AnyTagClassName
{
color: #B84FE3;
}
</style>
background-color css
<style>
a { background-color: #B84FE3; }
a { background-color: rgb(184,79,227); }
div.DivClassName
{
background-color: #B84FE3;
}
.BgClassName
{
background-color: #B84FE3;
}
</style>
border-color css
<style>
span { border-color: #B84FE3; }
span { border-color: rgb(184,79,227); }
td.TdClassName
{
border-color: #B84FE3;
}
.TagClassName
{
border-color: #B84FE3;
}
</style>