Shades of Medium Orchid #B935D1
Tints of Medium Orchid #B935D1
RGB
CMYK
RGB Variations
Color information
#B935D1 (or 0xB935D1) is known color: Medium Orchid. HEX triplet: B9, 35 and D1. RGB value is (185,53,209). Sum of RGB (Red+Green+Blue) = 185+53+209=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #B935D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935D1 is #46CA2E. Grayscale: #6D6D6D. Windows color (decimal): -4639279 or 13710777. OLE color: 13710777.
HSL color Cylindrical-coordinate representation of color #B935D1: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B935D1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 53 | 209 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.18 |
| HSL | 290.77º | 0.63% | 0.51% | - |
| HSV(B) | 290.77º | 0.75% | 0.82% | - |
| XYZ | 32.79 | 17.46 | 61.96 | - |
| YUV | 110.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 209 | 0.11 | 0.75 | 0 | 0.18 | 290.77 | 0.63 | 0.51 |
| Hex | B9 | 35 | D1 | B | 4B | 0 | 12 | 123 | 3F | 33 |
| Octal | 271 | 65 | 321 | 13 | 113 | 0 | 22 | 443 | 77 | 63 |
| Binary | 10111001 | 110101 | 11010001 | 1011 | 1001011 | 0 | 10010 | 100100011 | 111111 | 110011 |
Color Harmonies of #B935D1
Complementary color
Monochromatic Colors of #B935D1
Black with #B935D1
Text Example
Text Example
White with #B935D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935D1; }
p { color: rgb(185,53,209); }
H1.HeaderClassName
{
color: #B935D1;
}
.AnyTagClassName
{
color: #B935D1;
}
</style>
background-color css
<style>
a { background-color: #B935D1; }
a { background-color: rgb(185,53,209); }
div.DivClassName
{
background-color: #B935D1;
}
.BgClassName
{
background-color: #B935D1;
}
</style>
border-color css
<style>
span { border-color: #B935D1; }
span { border-color: rgb(185,53,209); }
td.TdClassName
{
border-color: #B935D1;
}
.TagClassName
{
border-color: #B935D1;
}
</style>