Shades of Medium Orchid #B844E0
Tints of Medium Orchid #B844E0
RGB
CMYK
RGB Variations
Color information
#B844E0 (or 0xB844E0) is known color: Medium Orchid. HEX triplet: B8, 44 and E0. RGB value is (184,68,224). Sum of RGB (Red+Green+Blue) = 184+68+224=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #B844E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844E0 is #47BB1F. Grayscale: #777777. Windows color (decimal): -4700960 or 14697656. OLE color: 14697656.
HSL color Cylindrical-coordinate representation of color #B844E0: hue angle of 284.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B844E0 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 68 | 224 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.12 |
| HSL | 284.62º | 0.72% | 0.57% | - |
| HSV(B) | 284.62º | 0.7% | 0.88% | - |
| XYZ | 35.29 | 19.71 | 72.46 | - |
| YUV | 120.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 224 | 0.18 | 0.70 | 0 | 0.12 | 284.62 | 0.72 | 0.57 |
| Hex | B8 | 44 | E0 | 12 | 46 | 0 | C | 11D | 48 | 39 |
| Octal | 270 | 104 | 340 | 22 | 106 | 0 | 14 | 435 | 110 | 71 |
| Binary | 10111000 | 1000100 | 11100000 | 10010 | 1000110 | 0 | 1100 | 100011101 | 1001000 | 111001 |
Color Harmonies of #B844E0
Complementary color
Monochromatic Colors of #B844E0
Black with #B844E0
Text Example
Text Example
White with #B844E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B844E0; }
p { color: rgb(184,68,224); }
H1.HeaderClassName
{
color: #B844E0;
}
.AnyTagClassName
{
color: #B844E0;
}
</style>
background-color css
<style>
a { background-color: #B844E0; }
a { background-color: rgb(184,68,224); }
div.DivClassName
{
background-color: #B844E0;
}
.BgClassName
{
background-color: #B844E0;
}
</style>
border-color css
<style>
span { border-color: #B844E0; }
span { border-color: rgb(184,68,224); }
td.TdClassName
{
border-color: #B844E0;
}
.TagClassName
{
border-color: #B844E0;
}
</style>