Shades of Medium Orchid #B84BED
Tints of Medium Orchid #B84BED
RGB
CMYK
RGB Variations
Color information
#B84BED (or 0xB84BED) is known color: Medium Orchid. HEX triplet: B8, 4B and ED. RGB value is (184,75,237). Sum of RGB (Red+Green+Blue) = 184+75+237=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BED is #47B412. Grayscale: #7D7D7D. Windows color (decimal): -4699155 or 15551416. OLE color: 15551416.
HSL color Cylindrical-coordinate representation of color #B84BED: hue angle of 280.37º 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 #B84BED is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 75 | 237 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.07 |
| HSL | 280.37º | 0.82% | 0.61% | - |
| HSV(B) | 280.37º | 0.68% | 0.93% | - |
| XYZ | 37.57 | 21.34 | 82.26 | - |
| YUV | 126.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 237 | 0.22 | 0.68 | 0 | 0.07 | 280.37 | 0.82 | 0.61 |
| Hex | B8 | 4B | ED | 16 | 44 | 0 | 7 | 118 | 52 | 3D |
| Octal | 270 | 113 | 355 | 26 | 104 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10111000 | 1001011 | 11101101 | 10110 | 1000100 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B84BED
Complementary color
Monochromatic Colors of #B84BED
Black with #B84BED
Text Example
Text Example
White with #B84BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BED; }
p { color: rgb(184,75,237); }
H1.HeaderClassName
{
color: #B84BED;
}
.AnyTagClassName
{
color: #B84BED;
}
</style>
background-color css
<style>
a { background-color: #B84BED; }
a { background-color: rgb(184,75,237); }
div.DivClassName
{
background-color: #B84BED;
}
.BgClassName
{
background-color: #B84BED;
}
</style>
border-color css
<style>
span { border-color: #B84BED; }
span { border-color: rgb(184,75,237); }
td.TdClassName
{
border-color: #B84BED;
}
.TagClassName
{
border-color: #B84BED;
}
</style>