Shades of Medium Orchid #B932DF
Tints of Medium Orchid #B932DF
RGB
CMYK
RGB Variations
Color information
#B932DF (or 0xB932DF) is known color: Medium Orchid. HEX triplet: B9, 32 and DF. RGB value is (185,50,223). Sum of RGB (Red+Green+Blue) = 185+50+223=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #B932DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932DF is #46CD20. Grayscale: #6D6D6D. Windows color (decimal): -4640033 or 14627513. OLE color: 14627513.
HSL color Cylindrical-coordinate representation of color #B932DF: hue angle of 286.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B932DF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 50 | 223 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.13 |
| HSL | 286.82º | 0.73% | 0.54% | - |
| HSV(B) | 286.82º | 0.78% | 0.87% | - |
| XYZ | 34.47 | 17.92 | 71.45 | - |
| YUV | 110.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 223 | 0.17 | 0.78 | 0 | 0.13 | 286.82 | 0.73 | 0.54 |
| Hex | B9 | 32 | DF | 11 | 4E | 0 | D | 11F | 49 | 36 |
| Octal | 271 | 62 | 337 | 21 | 116 | 0 | 15 | 437 | 111 | 66 |
| Binary | 10111001 | 110010 | 11011111 | 10001 | 1001110 | 0 | 1101 | 100011111 | 1001001 | 110110 |
Color Harmonies of #B932DF
Complementary color
Monochromatic Colors of #B932DF
Black with #B932DF
Text Example
Text Example
White with #B932DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932DF; }
p { color: rgb(185,50,223); }
H1.HeaderClassName
{
color: #B932DF;
}
.AnyTagClassName
{
color: #B932DF;
}
</style>
background-color css
<style>
a { background-color: #B932DF; }
a { background-color: rgb(185,50,223); }
div.DivClassName
{
background-color: #B932DF;
}
.BgClassName
{
background-color: #B932DF;
}
</style>
border-color css
<style>
span { border-color: #B932DF; }
span { border-color: rgb(185,50,223); }
td.TdClassName
{
border-color: #B932DF;
}
.TagClassName
{
border-color: #B932DF;
}
</style>