Shades of Medium Orchid #B84FEA
Tints of Medium Orchid #B84FEA
RGB
CMYK
RGB Variations
Color information
#B84FEA (or 0xB84FEA) is known color: Medium Orchid. HEX triplet: B8, 4F and EA. RGB value is (184,79,234). Sum of RGB (Red+Green+Blue) = 184+79+234=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #B84FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FEA is #47B015. Grayscale: #7F7F7F. Windows color (decimal): -4698134 or 15355832. OLE color: 15355832.
HSL color Cylindrical-coordinate representation of color #B84FEA: hue angle of 280.65º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84FEA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 79 | 234 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.08 |
| HSL | 280.65º | 0.79% | 0.61% | - |
| HSV(B) | 280.65º | 0.66% | 0.92% | - |
| XYZ | 37.41 | 21.72 | 80.06 | - |
| YUV | 128.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 234 | 0.21 | 0.66 | 0 | 0.08 | 280.65 | 0.79 | 0.61 |
| Hex | B8 | 4F | EA | 15 | 42 | 0 | 8 | 119 | 4F | 3D |
| Octal | 270 | 117 | 352 | 25 | 102 | 0 | 10 | 431 | 117 | 75 |
| Binary | 10111000 | 1001111 | 11101010 | 10101 | 1000010 | 0 | 1000 | 100011001 | 1001111 | 111101 |
Color Harmonies of #B84FEA
Complementary color
Monochromatic Colors of #B84FEA
Black with #B84FEA
Text Example
Text Example
White with #B84FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FEA; }
p { color: rgb(184,79,234); }
H1.HeaderClassName
{
color: #B84FEA;
}
.AnyTagClassName
{
color: #B84FEA;
}
</style>
background-color css
<style>
a { background-color: #B84FEA; }
a { background-color: rgb(184,79,234); }
div.DivClassName
{
background-color: #B84FEA;
}
.BgClassName
{
background-color: #B84FEA;
}
</style>
border-color css
<style>
span { border-color: #B84FEA; }
span { border-color: rgb(184,79,234); }
td.TdClassName
{
border-color: #B84FEA;
}
.TagClassName
{
border-color: #B84FEA;
}
</style>