Shades of Medium Orchid #B84CEA
Tints of Medium Orchid #B84CEA
RGB
CMYK
RGB Variations
Color information
#B84CEA (or 0xB84CEA) is known color: Medium Orchid. HEX triplet: B8, 4C and EA. RGB value is (184,76,234). Sum of RGB (Red+Green+Blue) = 184+76+234=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #B84CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84CEA is #47B315. Grayscale: #7D7D7D. Windows color (decimal): -4698902 or 15355064. OLE color: 15355064.
HSL color Cylindrical-coordinate representation of color #B84CEA: hue angle of 281.01º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84CEA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 76 | 234 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.08 |
| HSL | 281.01º | 0.79% | 0.61% | - |
| HSV(B) | 281.01º | 0.68% | 0.92% | - |
| XYZ | 37.2 | 21.3 | 79.99 | - |
| YUV | 126.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 234 | 0.21 | 0.68 | 0 | 0.08 | 281.01 | 0.79 | 0.61 |
| Hex | B8 | 4C | EA | 15 | 44 | 0 | 8 | 119 | 4F | 3D |
| Octal | 270 | 114 | 352 | 25 | 104 | 0 | 10 | 431 | 117 | 75 |
| Binary | 10111000 | 1001100 | 11101010 | 10101 | 1000100 | 0 | 1000 | 100011001 | 1001111 | 111101 |
Color Harmonies of #B84CEA
Complementary color
Monochromatic Colors of #B84CEA
Black with #B84CEA
Text Example
Text Example
White with #B84CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CEA; }
p { color: rgb(184,76,234); }
H1.HeaderClassName
{
color: #B84CEA;
}
.AnyTagClassName
{
color: #B84CEA;
}
</style>
background-color css
<style>
a { background-color: #B84CEA; }
a { background-color: rgb(184,76,234); }
div.DivClassName
{
background-color: #B84CEA;
}
.BgClassName
{
background-color: #B84CEA;
}
</style>
border-color css
<style>
span { border-color: #B84CEA; }
span { border-color: rgb(184,76,234); }
td.TdClassName
{
border-color: #B84CEA;
}
.TagClassName
{
border-color: #B84CEA;
}
</style>