Shades of Medium Orchid #B84AED
Tints of Medium Orchid #B84AED
RGB
CMYK
RGB Variations
Color information
#B84AED (or 0xB84AED) is known color: Medium Orchid. HEX triplet: B8, 4A and ED. RGB value is (184,74,237). Sum of RGB (Red+Green+Blue) = 184+74+237=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AED is #47B512. Grayscale: #7C7C7C. Windows color (decimal): -4699411 or 15551160. OLE color: 15551160.
HSL color Cylindrical-coordinate representation of color #B84AED: hue angle of 280.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84AED is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 74 | 237 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.07 |
| HSL | 280.49º | 0.82% | 0.61% | - |
| HSV(B) | 280.49º | 0.69% | 0.93% | - |
| XYZ | 37.5 | 21.2 | 82.24 | - |
| YUV | 125.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 237 | 0.22 | 0.69 | 0 | 0.07 | 280.49 | 0.82 | 0.61 |
| Hex | B8 | 4A | ED | 16 | 45 | 0 | 7 | 118 | 52 | 3D |
| Octal | 270 | 112 | 355 | 26 | 105 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10111000 | 1001010 | 11101101 | 10110 | 1000101 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B84AED
Complementary color
Monochromatic Colors of #B84AED
Black with #B84AED
Text Example
Text Example
White with #B84AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AED; }
p { color: rgb(184,74,237); }
H1.HeaderClassName
{
color: #B84AED;
}
.AnyTagClassName
{
color: #B84AED;
}
</style>
background-color css
<style>
a { background-color: #B84AED; }
a { background-color: rgb(184,74,237); }
div.DivClassName
{
background-color: #B84AED;
}
.BgClassName
{
background-color: #B84AED;
}
</style>
border-color css
<style>
span { border-color: #B84AED; }
span { border-color: rgb(184,74,237); }
td.TdClassName
{
border-color: #B84AED;
}
.TagClassName
{
border-color: #B84AED;
}
</style>