Shades of Medium Orchid #B935CE
Tints of Medium Orchid #B935CE
RGB
CMYK
RGB Variations
Color information
#B935CE (or 0xB935CE) is known color: Medium Orchid. HEX triplet: B9, 35 and CE. RGB value is (185,53,206). Sum of RGB (Red+Green+Blue) = 185+53+206=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B935CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CE is #46CA31. Grayscale: #6D6D6D. Windows color (decimal): -4639282 or 13514169. OLE color: 13514169.
HSL color Cylindrical-coordinate representation of color #B935CE: hue angle of 291.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935CE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 53 | 206 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.19 |
| HSL | 291.76º | 0.61% | 0.51% | - |
| HSV(B) | 291.76º | 0.74% | 0.81% | - |
| XYZ | 32.42 | 17.32 | 60.03 | - |
| YUV | 109.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 206 | 0.10 | 0.74 | 0 | 0.19 | 291.76 | 0.61 | 0.51 |
| Hex | B9 | 35 | CE | A | 4A | 0 | 13 | 124 | 3D | 33 |
| Octal | 271 | 65 | 316 | 12 | 112 | 0 | 23 | 444 | 75 | 63 |
| Binary | 10111001 | 110101 | 11001110 | 1010 | 1001010 | 0 | 10011 | 100100100 | 111101 | 110011 |
Color Harmonies of #B935CE
Complementary color
Monochromatic Colors of #B935CE
Black with #B935CE
Text Example
Text Example
White with #B935CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935CE; }
p { color: rgb(185,53,206); }
H1.HeaderClassName
{
color: #B935CE;
}
.AnyTagClassName
{
color: #B935CE;
}
</style>
background-color css
<style>
a { background-color: #B935CE; }
a { background-color: rgb(185,53,206); }
div.DivClassName
{
background-color: #B935CE;
}
.BgClassName
{
background-color: #B935CE;
}
</style>
border-color css
<style>
span { border-color: #B935CE; }
span { border-color: rgb(185,53,206); }
td.TdClassName
{
border-color: #B935CE;
}
.TagClassName
{
border-color: #B935CE;
}
</style>