Shades of Medium Orchid #B933CE
Tints of Medium Orchid #B933CE
RGB
CMYK
RGB Variations
Color information
#B933CE (or 0xB933CE) is known color: Medium Orchid. HEX triplet: B9, 33 and CE. RGB value is (185,51,206). Sum of RGB (Red+Green+Blue) = 185+51+206=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B933CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933CE is #46CC31. Grayscale: #6C6C6C. Windows color (decimal): -4639794 or 13513657. OLE color: 13513657.
HSL color Cylindrical-coordinate representation of color #B933CE: hue angle of 291.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B933CE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 51 | 206 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.19 |
| HSL | 291.87º | 0.61% | 0.5% | - |
| HSV(B) | 291.87º | 0.75% | 0.81% | - |
| XYZ | 32.33 | 17.14 | 60 | - |
| YUV | 108.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 206 | 0.10 | 0.75 | 0 | 0.19 | 291.87 | 0.61 | 0.5 |
| Hex | B9 | 33 | CE | A | 4B | 0 | 13 | 124 | 3D | 32 |
| Octal | 271 | 63 | 316 | 12 | 113 | 0 | 23 | 444 | 75 | 62 |
| Binary | 10111001 | 110011 | 11001110 | 1010 | 1001011 | 0 | 10011 | 100100100 | 111101 | 110010 |
Color Harmonies of #B933CE
Complementary color
Monochromatic Colors of #B933CE
Black with #B933CE
Text Example
Text Example
White with #B933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B933CE; }
p { color: rgb(185,51,206); }
H1.HeaderClassName
{
color: #B933CE;
}
.AnyTagClassName
{
color: #B933CE;
}
</style>
background-color css
<style>
a { background-color: #B933CE; }
a { background-color: rgb(185,51,206); }
div.DivClassName
{
background-color: #B933CE;
}
.BgClassName
{
background-color: #B933CE;
}
</style>
border-color css
<style>
span { border-color: #B933CE; }
span { border-color: rgb(185,51,206); }
td.TdClassName
{
border-color: #B933CE;
}
.TagClassName
{
border-color: #B933CE;
}
</style>