Shades of Medium Orchid #B935CD
Tints of Medium Orchid #B935CD
RGB
CMYK
RGB Variations
Color information
#B935CD (or 0xB935CD) is known color: Medium Orchid. HEX triplet: B9, 35 and CD. RGB value is (185,53,205). Sum of RGB (Red+Green+Blue) = 185+53+205=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B935CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CD is #46CA32. Grayscale: #6D6D6D. Windows color (decimal): -4639283 or 13448633. OLE color: 13448633.
HSL color Cylindrical-coordinate representation of color #B935CD: hue angle of 292.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935CD is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 53 | 205 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.20 |
| HSL | 292.11º | 0.6% | 0.51% | - |
| HSV(B) | 292.11º | 0.74% | 0.8% | - |
| XYZ | 32.3 | 17.27 | 59.39 | - |
| YUV | 109.8 | 181.73 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 205 | 0.10 | 0.74 | 0 | 0.20 | 292.11 | 0.6 | 0.51 |
| Hex | B9 | 35 | CD | A | 4A | 0 | 14 | 124 | 3C | 33 |
| Octal | 271 | 65 | 315 | 12 | 112 | 0 | 24 | 444 | 74 | 63 |
| Binary | 10111001 | 110101 | 11001101 | 1010 | 1001010 | 0 | 10100 | 100100100 | 111100 | 110011 |
Color Harmonies of #B935CD
Complementary color
Monochromatic Colors of #B935CD
Black with #B935CD
Text Example
Text Example
White with #B935CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935CD; }
p { color: rgb(185,53,205); }
H1.HeaderClassName
{
color: #B935CD;
}
.AnyTagClassName
{
color: #B935CD;
}
</style>
background-color css
<style>
a { background-color: #B935CD; }
a { background-color: rgb(185,53,205); }
div.DivClassName
{
background-color: #B935CD;
}
.BgClassName
{
background-color: #B935CD;
}
</style>
border-color css
<style>
span { border-color: #B935CD; }
span { border-color: rgb(185,53,205); }
td.TdClassName
{
border-color: #B935CD;
}
.TagClassName
{
border-color: #B935CD;
}
</style>