Shades of Medium Orchid #B935D7
Tints of Medium Orchid #B935D7
RGB
CMYK
RGB Variations
Color information
#B935D7 (or 0xB935D7) is known color: Medium Orchid. HEX triplet: B9, 35 and D7. RGB value is (185,53,215). Sum of RGB (Red+Green+Blue) = 185+53+215=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #B935D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935D7 is #46CA28. Grayscale: #6E6E6E. Windows color (decimal): -4639273 or 14103993. OLE color: 14103993.
HSL color Cylindrical-coordinate representation of color #B935D7: hue angle of 288.89º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B935D7 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 53 | 215 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.16 |
| HSL | 288.89º | 0.67% | 0.53% | - |
| HSV(B) | 288.89º | 0.75% | 0.84% | - |
| XYZ | 33.55 | 17.77 | 65.95 | - |
| YUV | 110.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 215 | 0.14 | 0.75 | 0 | 0.16 | 288.89 | 0.67 | 0.53 |
| Hex | B9 | 35 | D7 | E | 4B | 0 | 10 | 121 | 43 | 35 |
| Octal | 271 | 65 | 327 | 16 | 113 | 0 | 20 | 441 | 103 | 65 |
| Binary | 10111001 | 110101 | 11010111 | 1110 | 1001011 | 0 | 10000 | 100100001 | 1000011 | 110101 |
Color Harmonies of #B935D7
Complementary color
Monochromatic Colors of #B935D7
Black with #B935D7
Text Example
Text Example
White with #B935D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935D7; }
p { color: rgb(185,53,215); }
H1.HeaderClassName
{
color: #B935D7;
}
.AnyTagClassName
{
color: #B935D7;
}
</style>
background-color css
<style>
a { background-color: #B935D7; }
a { background-color: rgb(185,53,215); }
div.DivClassName
{
background-color: #B935D7;
}
.BgClassName
{
background-color: #B935D7;
}
</style>
border-color css
<style>
span { border-color: #B935D7; }
span { border-color: rgb(185,53,215); }
td.TdClassName
{
border-color: #B935D7;
}
.TagClassName
{
border-color: #B935D7;
}
</style>