Shades of Medium Orchid #B852DF
Tints of Medium Orchid #B852DF
RGB
CMYK
RGB Variations
Color information
#B852DF (or 0xB852DF) is known color: Medium Orchid. HEX triplet: B8, 52 and DF. RGB value is (184,82,223). Sum of RGB (Red+Green+Blue) = 184+82+223=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #B852DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852DF is #47AD20. Grayscale: #808080. Windows color (decimal): -4697377 or 14635704. OLE color: 14635704.
HSL color Cylindrical-coordinate representation of color #B852DF: hue angle of 283.4º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B852DF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 82 | 223 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.13 |
| HSL | 283.4º | 0.69% | 0.6% | - |
| HSV(B) | 283.4º | 0.63% | 0.87% | - |
| XYZ | 36.1 | 21.55 | 72.07 | - |
| YUV | 128.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 223 | 0.17 | 0.63 | 0 | 0.13 | 283.4 | 0.69 | 0.6 |
| Hex | B8 | 52 | DF | 11 | 3F | 0 | D | 11B | 45 | 3C |
| Octal | 270 | 122 | 337 | 21 | 77 | 0 | 15 | 433 | 105 | 74 |
| Binary | 10111000 | 1010010 | 11011111 | 10001 | 111111 | 0 | 1101 | 100011011 | 1000101 | 111100 |
Color Harmonies of #B852DF
Complementary color
Monochromatic Colors of #B852DF
Black with #B852DF
Text Example
Text Example
White with #B852DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852DF; }
p { color: rgb(184,82,223); }
H1.HeaderClassName
{
color: #B852DF;
}
.AnyTagClassName
{
color: #B852DF;
}
</style>
background-color css
<style>
a { background-color: #B852DF; }
a { background-color: rgb(184,82,223); }
div.DivClassName
{
background-color: #B852DF;
}
.BgClassName
{
background-color: #B852DF;
}
</style>
border-color css
<style>
span { border-color: #B852DF; }
span { border-color: rgb(184,82,223); }
td.TdClassName
{
border-color: #B852DF;
}
.TagClassName
{
border-color: #B852DF;
}
</style>