Shades of Medium Orchid #B834E0
Tints of Medium Orchid #B834E0
RGB
CMYK
RGB Variations
Color information
#B834E0 (or 0xB834E0) is known color: Medium Orchid. HEX triplet: B8, 34 and E0. RGB value is (184,52,224). Sum of RGB (Red+Green+Blue) = 184+52+224=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #B834E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834E0 is #47CB1F. Grayscale: #6E6E6E. Windows color (decimal): -4705056 or 14693560. OLE color: 14693560.
HSL color Cylindrical-coordinate representation of color #B834E0: hue angle of 286.05º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B834E0 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 52 | 224 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.12 |
| HSL | 286.05º | 0.74% | 0.54% | - |
| HSV(B) | 286.05º | 0.77% | 0.88% | - |
| XYZ | 34.45 | 18.03 | 72.19 | - |
| YUV | 111.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 224 | 0.18 | 0.77 | 0 | 0.12 | 286.05 | 0.74 | 0.54 |
| Hex | B8 | 34 | E0 | 12 | 4D | 0 | C | 11E | 4A | 36 |
| Octal | 270 | 64 | 340 | 22 | 115 | 0 | 14 | 436 | 112 | 66 |
| Binary | 10111000 | 110100 | 11100000 | 10010 | 1001101 | 0 | 1100 | 100011110 | 1001010 | 110110 |
Color Harmonies of #B834E0
Complementary color
Monochromatic Colors of #B834E0
Black with #B834E0
Text Example
Text Example
White with #B834E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834E0; }
p { color: rgb(184,52,224); }
H1.HeaderClassName
{
color: #B834E0;
}
.AnyTagClassName
{
color: #B834E0;
}
</style>
background-color css
<style>
a { background-color: #B834E0; }
a { background-color: rgb(184,52,224); }
div.DivClassName
{
background-color: #B834E0;
}
.BgClassName
{
background-color: #B834E0;
}
</style>
border-color css
<style>
span { border-color: #B834E0; }
span { border-color: rgb(184,52,224); }
td.TdClassName
{
border-color: #B834E0;
}
.TagClassName
{
border-color: #B834E0;
}
</style>