Shades of Medium Orchid #B935DF
Tints of Medium Orchid #B935DF
RGB
CMYK
RGB Variations
Color information
#B935DF (or 0xB935DF) is known color: Medium Orchid. HEX triplet: B9, 35 and DF. RGB value is (185,53,223). Sum of RGB (Red+Green+Blue) = 185+53+223=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #B935DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935DF is #46CA20. Grayscale: #6F6F6F. Windows color (decimal): -4639265 or 14628281. OLE color: 14628281.
HSL color Cylindrical-coordinate representation of color #B935DF: hue angle of 286.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B935DF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 53 | 223 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.13 |
| HSL | 286.59º | 0.73% | 0.54% | - |
| HSV(B) | 286.59º | 0.76% | 0.87% | - |
| XYZ | 34.6 | 18.19 | 71.5 | - |
| YUV | 111.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 223 | 0.17 | 0.76 | 0 | 0.13 | 286.59 | 0.73 | 0.54 |
| Hex | B9 | 35 | DF | 11 | 4C | 0 | D | 11F | 49 | 36 |
| Octal | 271 | 65 | 337 | 21 | 114 | 0 | 15 | 437 | 111 | 66 |
| Binary | 10111001 | 110101 | 11011111 | 10001 | 1001100 | 0 | 1101 | 100011111 | 1001001 | 110110 |
Color Harmonies of #B935DF
Complementary color
Monochromatic Colors of #B935DF
Black with #B935DF
Text Example
Text Example
White with #B935DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935DF; }
p { color: rgb(185,53,223); }
H1.HeaderClassName
{
color: #B935DF;
}
.AnyTagClassName
{
color: #B935DF;
}
</style>
background-color css
<style>
a { background-color: #B935DF; }
a { background-color: rgb(185,53,223); }
div.DivClassName
{
background-color: #B935DF;
}
.BgClassName
{
background-color: #B935DF;
}
</style>
border-color css
<style>
span { border-color: #B935DF; }
span { border-color: rgb(185,53,223); }
td.TdClassName
{
border-color: #B935DF;
}
.TagClassName
{
border-color: #B935DF;
}
</style>