Shades of Medium Orchid #B952DD
Tints of Medium Orchid #B952DD
RGB
CMYK
RGB Variations
Color information
#B952DD (or 0xB952DD) is known color: Medium Orchid. HEX triplet: B9, 52 and DD. RGB value is (185,82,221). Sum of RGB (Red+Green+Blue) = 185+82+221=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 82 (32.42% from 255 or 16.80% 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 #B952DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952DD is #46AD22. Grayscale: #808080. Windows color (decimal): -4631843 or 14504633. OLE color: 14504633.
HSL color Cylindrical-coordinate representation of color #B952DD: hue angle of 284.46º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B952DD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 82 | 221 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.13 |
| HSL | 284.46º | 0.67% | 0.59% | - |
| HSV(B) | 284.46º | 0.63% | 0.87% | - |
| XYZ | 36.08 | 21.57 | 70.67 | - |
| YUV | 128.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 221 | 0.16 | 0.63 | 0 | 0.13 | 284.46 | 0.67 | 0.59 |
| Hex | B9 | 52 | DD | 10 | 3F | 0 | D | 11C | 43 | 3B |
| Octal | 271 | 122 | 335 | 20 | 77 | 0 | 15 | 434 | 103 | 73 |
| Binary | 10111001 | 1010010 | 11011101 | 10000 | 111111 | 0 | 1101 | 100011100 | 1000011 | 111011 |
Color Harmonies of #B952DD
Complementary color
Monochromatic Colors of #B952DD
Black with #B952DD
Text Example
Text Example
White with #B952DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952DD; }
p { color: rgb(185,82,221); }
H1.HeaderClassName
{
color: #B952DD;
}
.AnyTagClassName
{
color: #B952DD;
}
</style>
background-color css
<style>
a { background-color: #B952DD; }
a { background-color: rgb(185,82,221); }
div.DivClassName
{
background-color: #B952DD;
}
.BgClassName
{
background-color: #B952DD;
}
</style>
border-color css
<style>
span { border-color: #B952DD; }
span { border-color: rgb(185,82,221); }
td.TdClassName
{
border-color: #B952DD;
}
.TagClassName
{
border-color: #B952DD;
}
</style>