Shades of Medium Orchid #B932CE
Tints of Medium Orchid #B932CE
RGB
CMYK
RGB Variations
Color information
#B932CE (or 0xB932CE) is known color: Medium Orchid. HEX triplet: B9, 32 and CE. RGB value is (185,50,206). Sum of RGB (Red+Green+Blue) = 185+50+206=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B932CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932CE is #46CD31. Grayscale: #6B6B6B. Windows color (decimal): -4640050 or 13513401. OLE color: 13513401.
HSL color Cylindrical-coordinate representation of color #B932CE: hue angle of 291.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B932CE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 50 | 206 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.19 |
| HSL | 291.92º | 0.61% | 0.5% | - |
| HSV(B) | 291.92º | 0.76% | 0.81% | - |
| XYZ | 32.29 | 17.05 | 59.98 | - |
| YUV | 108.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 206 | 0.10 | 0.76 | 0 | 0.19 | 291.92 | 0.61 | 0.5 |
| Hex | B9 | 32 | CE | A | 4C | 0 | 13 | 124 | 3D | 32 |
| Octal | 271 | 62 | 316 | 12 | 114 | 0 | 23 | 444 | 75 | 62 |
| Binary | 10111001 | 110010 | 11001110 | 1010 | 1001100 | 0 | 10011 | 100100100 | 111101 | 110010 |
Color Harmonies of #B932CE
Complementary color
Monochromatic Colors of #B932CE
Black with #B932CE
Text Example
Text Example
White with #B932CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932CE; }
p { color: rgb(185,50,206); }
H1.HeaderClassName
{
color: #B932CE;
}
.AnyTagClassName
{
color: #B932CE;
}
</style>
background-color css
<style>
a { background-color: #B932CE; }
a { background-color: rgb(185,50,206); }
div.DivClassName
{
background-color: #B932CE;
}
.BgClassName
{
background-color: #B932CE;
}
</style>
border-color css
<style>
span { border-color: #B932CE; }
span { border-color: rgb(185,50,206); }
td.TdClassName
{
border-color: #B932CE;
}
.TagClassName
{
border-color: #B932CE;
}
</style>