Shades of Medium Orchid #B934CE
Tints of Medium Orchid #B934CE
RGB
CMYK
RGB Variations
Color information
#B934CE (or 0xB934CE) is known color: Medium Orchid. HEX triplet: B9, 34 and CE. RGB value is (185,52,206). Sum of RGB (Red+Green+Blue) = 185+52+206=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B934CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CE is #46CB31. Grayscale: #6C6C6C. Windows color (decimal): -4639538 or 13513913. OLE color: 13513913.
HSL color Cylindrical-coordinate representation of color #B934CE: hue angle of 291.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B934CE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 52 | 206 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.19 |
| HSL | 291.82º | 0.61% | 0.51% | - |
| HSV(B) | 291.82º | 0.75% | 0.81% | - |
| XYZ | 32.38 | 17.23 | 60.01 | - |
| YUV | 109.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 206 | 0.10 | 0.75 | 0 | 0.19 | 291.82 | 0.61 | 0.51 |
| Hex | B9 | 34 | CE | A | 4B | 0 | 13 | 124 | 3D | 33 |
| Octal | 271 | 64 | 316 | 12 | 113 | 0 | 23 | 444 | 75 | 63 |
| Binary | 10111001 | 110100 | 11001110 | 1010 | 1001011 | 0 | 10011 | 100100100 | 111101 | 110011 |
Color Harmonies of #B934CE
Complementary color
Monochromatic Colors of #B934CE
Black with #B934CE
Text Example
Text Example
White with #B934CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934CE; }
p { color: rgb(185,52,206); }
H1.HeaderClassName
{
color: #B934CE;
}
.AnyTagClassName
{
color: #B934CE;
}
</style>
background-color css
<style>
a { background-color: #B934CE; }
a { background-color: rgb(185,52,206); }
div.DivClassName
{
background-color: #B934CE;
}
.BgClassName
{
background-color: #B934CE;
}
</style>
border-color css
<style>
span { border-color: #B934CE; }
span { border-color: rgb(185,52,206); }
td.TdClassName
{
border-color: #B934CE;
}
.TagClassName
{
border-color: #B934CE;
}
</style>