Shades of Medium Orchid #B952DF
Tints of Medium Orchid #B952DF
RGB
CMYK
RGB Variations
Color information
#B952DF (or 0xB952DF) is known color: Medium Orchid. HEX triplet: B9, 52 and DF. RGB value is (185,82,223). Sum of RGB (Red+Green+Blue) = 185+82+223=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #B952DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952DF is #46AD20. Grayscale: #808080. Windows color (decimal): -4631841 or 14635705. OLE color: 14635705.
HSL color Cylindrical-coordinate representation of color #B952DF: hue angle of 283.83º 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 #B952DF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 82 | 223 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.13 |
| HSL | 283.83º | 0.69% | 0.6% | - |
| HSV(B) | 283.83º | 0.63% | 0.87% | - |
| XYZ | 36.34 | 21.68 | 72.08 | - |
| YUV | 128.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 223 | 0.17 | 0.63 | 0 | 0.13 | 283.83 | 0.69 | 0.6 |
| Hex | B9 | 52 | DF | 11 | 3F | 0 | D | 11C | 45 | 3C |
| Octal | 271 | 122 | 337 | 21 | 77 | 0 | 15 | 434 | 105 | 74 |
| Binary | 10111001 | 1010010 | 11011111 | 10001 | 111111 | 0 | 1101 | 100011100 | 1000101 | 111100 |
Color Harmonies of #B952DF
Complementary color
Monochromatic Colors of #B952DF
Black with #B952DF
Text Example
Text Example
White with #B952DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952DF; }
p { color: rgb(185,82,223); }
H1.HeaderClassName
{
color: #B952DF;
}
.AnyTagClassName
{
color: #B952DF;
}
</style>
background-color css
<style>
a { background-color: #B952DF; }
a { background-color: rgb(185,82,223); }
div.DivClassName
{
background-color: #B952DF;
}
.BgClassName
{
background-color: #B952DF;
}
</style>
border-color css
<style>
span { border-color: #B952DF; }
span { border-color: rgb(185,82,223); }
td.TdClassName
{
border-color: #B952DF;
}
.TagClassName
{
border-color: #B952DF;
}
</style>