Shades of Medium Orchid #B84CED
Tints of Medium Orchid #B84CED
RGB
CMYK
RGB Variations
Color information
#B84CED (or 0xB84CED) is known color: Medium Orchid. HEX triplet: B8, 4C and ED. RGB value is (184,76,237). Sum of RGB (Red+Green+Blue) = 184+76+237=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84CED is #47B312. Grayscale: #7E7E7E. Windows color (decimal): -4698899 or 15551672. OLE color: 15551672.
HSL color Cylindrical-coordinate representation of color #B84CED: hue angle of 280.25º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84CED is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 76 | 237 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.07 |
| HSL | 280.25º | 0.82% | 0.61% | - |
| HSV(B) | 280.25º | 0.68% | 0.93% | - |
| XYZ | 37.64 | 21.47 | 82.28 | - |
| YUV | 126.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 237 | 0.22 | 0.68 | 0 | 0.07 | 280.25 | 0.82 | 0.61 |
| Hex | B8 | 4C | ED | 16 | 44 | 0 | 7 | 118 | 52 | 3D |
| Octal | 270 | 114 | 355 | 26 | 104 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10111000 | 1001100 | 11101101 | 10110 | 1000100 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B84CED
Complementary color
Monochromatic Colors of #B84CED
Black with #B84CED
Text Example
Text Example
White with #B84CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CED; }
p { color: rgb(184,76,237); }
H1.HeaderClassName
{
color: #B84CED;
}
.AnyTagClassName
{
color: #B84CED;
}
</style>
background-color css
<style>
a { background-color: #B84CED; }
a { background-color: rgb(184,76,237); }
div.DivClassName
{
background-color: #B84CED;
}
.BgClassName
{
background-color: #B84CED;
}
</style>
border-color css
<style>
span { border-color: #B84CED; }
span { border-color: rgb(184,76,237); }
td.TdClassName
{
border-color: #B84CED;
}
.TagClassName
{
border-color: #B84CED;
}
</style>