Shades of Medium Orchid #B935D6
Tints of Medium Orchid #B935D6
RGB
CMYK
RGB Variations
Color information
#B935D6 (or 0xB935D6) is known color: Medium Orchid. HEX triplet: B9, 35 and D6. RGB value is (185,53,214). Sum of RGB (Red+Green+Blue) = 185+53+214=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #B935D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935D6 is #46CA29. Grayscale: #6E6E6E. Windows color (decimal): -4639274 or 14038457. OLE color: 14038457.
HSL color Cylindrical-coordinate representation of color #B935D6: hue angle of 289.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B935D6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 53 | 214 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.16 |
| HSL | 289.19º | 0.66% | 0.52% | - |
| HSV(B) | 289.19º | 0.75% | 0.84% | - |
| XYZ | 33.42 | 17.72 | 65.28 | - |
| YUV | 110.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 214 | 0.14 | 0.75 | 0 | 0.16 | 289.19 | 0.66 | 0.52 |
| Hex | B9 | 35 | D6 | E | 4B | 0 | 10 | 121 | 42 | 34 |
| Octal | 271 | 65 | 326 | 16 | 113 | 0 | 20 | 441 | 102 | 64 |
| Binary | 10111001 | 110101 | 11010110 | 1110 | 1001011 | 0 | 10000 | 100100001 | 1000010 | 110100 |
Color Harmonies of #B935D6
Complementary color
Monochromatic Colors of #B935D6
Black with #B935D6
Text Example
Text Example
White with #B935D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935D6; }
p { color: rgb(185,53,214); }
H1.HeaderClassName
{
color: #B935D6;
}
.AnyTagClassName
{
color: #B935D6;
}
</style>
background-color css
<style>
a { background-color: #B935D6; }
a { background-color: rgb(185,53,214); }
div.DivClassName
{
background-color: #B935D6;
}
.BgClassName
{
background-color: #B935D6;
}
</style>
border-color css
<style>
span { border-color: #B935D6; }
span { border-color: rgb(185,53,214); }
td.TdClassName
{
border-color: #B935D6;
}
.TagClassName
{
border-color: #B935D6;
}
</style>