Shades of Medium Orchid #B853DD
Tints of Medium Orchid #B853DD
RGB
CMYK
RGB Variations
Color information
#B853DD (or 0xB853DD) is known color: Medium Orchid. HEX triplet: B8, 53 and DD. RGB value is (184,83,221). Sum of RGB (Red+Green+Blue) = 184+83+221=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #B853DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853DD is #47AC22. Grayscale: #808080. Windows color (decimal): -4697123 or 14504888. OLE color: 14504888.
HSL color Cylindrical-coordinate representation of color #B853DD: hue angle of 283.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B853DD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 83 | 221 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.13 |
| HSL | 283.91º | 0.67% | 0.6% | - |
| HSV(B) | 283.91º | 0.62% | 0.87% | - |
| XYZ | 35.91 | 21.6 | 70.68 | - |
| YUV | 128.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 221 | 0.17 | 0.62 | 0 | 0.13 | 283.91 | 0.67 | 0.6 |
| Hex | B8 | 53 | DD | 11 | 3E | 0 | D | 11C | 43 | 3C |
| Octal | 270 | 123 | 335 | 21 | 76 | 0 | 15 | 434 | 103 | 74 |
| Binary | 10111000 | 1010011 | 11011101 | 10001 | 111110 | 0 | 1101 | 100011100 | 1000011 | 111100 |
Color Harmonies of #B853DD
Complementary color
Monochromatic Colors of #B853DD
Black with #B853DD
Text Example
Text Example
White with #B853DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853DD; }
p { color: rgb(184,83,221); }
H1.HeaderClassName
{
color: #B853DD;
}
.AnyTagClassName
{
color: #B853DD;
}
</style>
background-color css
<style>
a { background-color: #B853DD; }
a { background-color: rgb(184,83,221); }
div.DivClassName
{
background-color: #B853DD;
}
.BgClassName
{
background-color: #B853DD;
}
</style>
border-color css
<style>
span { border-color: #B853DD; }
span { border-color: rgb(184,83,221); }
td.TdClassName
{
border-color: #B853DD;
}
.TagClassName
{
border-color: #B853DD;
}
</style>