Shades of Medium Orchid #B843DD
Tints of Medium Orchid #B843DD
RGB
CMYK
RGB Variations
Color information
#B843DD (or 0xB843DD) is known color: Medium Orchid. HEX triplet: B8, 43 and DD. RGB value is (184,67,221). Sum of RGB (Red+Green+Blue) = 184+67+221=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B843DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B843DD is #47BC22. Grayscale: #777777. Windows color (decimal): -4701219 or 14500792. OLE color: 14500792.
HSL color Cylindrical-coordinate representation of color #B843DD: hue angle of 285.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B843DD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 67 | 221 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.13 |
| HSL | 285.58º | 0.69% | 0.56% | - |
| HSV(B) | 285.58º | 0.7% | 0.87% | - |
| XYZ | 34.83 | 19.43 | 70.32 | - |
| YUV | 119.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 221 | 0.17 | 0.70 | 0 | 0.13 | 285.58 | 0.69 | 0.56 |
| Hex | B8 | 43 | DD | 11 | 46 | 0 | D | 11E | 45 | 38 |
| Octal | 270 | 103 | 335 | 21 | 106 | 0 | 15 | 436 | 105 | 70 |
| Binary | 10111000 | 1000011 | 11011101 | 10001 | 1000110 | 0 | 1101 | 100011110 | 1000101 | 111000 |
Color Harmonies of #B843DD
Complementary color
Monochromatic Colors of #B843DD
Black with #B843DD
Text Example
Text Example
White with #B843DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B843DD; }
p { color: rgb(184,67,221); }
H1.HeaderClassName
{
color: #B843DD;
}
.AnyTagClassName
{
color: #B843DD;
}
</style>
background-color css
<style>
a { background-color: #B843DD; }
a { background-color: rgb(184,67,221); }
div.DivClassName
{
background-color: #B843DD;
}
.BgClassName
{
background-color: #B843DD;
}
</style>
border-color css
<style>
span { border-color: #B843DD; }
span { border-color: rgb(184,67,221); }
td.TdClassName
{
border-color: #B843DD;
}
.TagClassName
{
border-color: #B843DD;
}
</style>