Shades of Medium Orchid #B933E4
Tints of Medium Orchid #B933E4
RGB
CMYK
RGB Variations
Color information
#B933E4 (or 0xB933E4) is known color: Medium Orchid. HEX triplet: B9, 33 and E4. RGB value is (185,51,228). Sum of RGB (Red+Green+Blue) = 185+51+228=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #B933E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933E4 is #46CC1B. Grayscale: #6E6E6E. Windows color (decimal): -4639772 or 14955449. OLE color: 14955449.
HSL color Cylindrical-coordinate representation of color #B933E4: hue angle of 285.42º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B933E4 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 51 | 228 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.11 |
| HSL | 285.42º | 0.77% | 0.55% | - |
| HSV(B) | 285.42º | 0.78% | 0.89% | - |
| XYZ | 35.2 | 18.28 | 75.07 | - |
| YUV | 111.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 228 | 0.19 | 0.78 | 0 | 0.11 | 285.42 | 0.77 | 0.55 |
| Hex | B9 | 33 | E4 | 13 | 4E | 0 | B | 11D | 4D | 37 |
| Octal | 271 | 63 | 344 | 23 | 116 | 0 | 13 | 435 | 115 | 67 |
| Binary | 10111001 | 110011 | 11100100 | 10011 | 1001110 | 0 | 1011 | 100011101 | 1001101 | 110111 |
Color Harmonies of #B933E4
Complementary color
Monochromatic Colors of #B933E4
Black with #B933E4
Text Example
Text Example
White with #B933E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B933E4; }
p { color: rgb(185,51,228); }
H1.HeaderClassName
{
color: #B933E4;
}
.AnyTagClassName
{
color: #B933E4;
}
</style>
background-color css
<style>
a { background-color: #B933E4; }
a { background-color: rgb(185,51,228); }
div.DivClassName
{
background-color: #B933E4;
}
.BgClassName
{
background-color: #B933E4;
}
</style>
border-color css
<style>
span { border-color: #B933E4; }
span { border-color: rgb(185,51,228); }
td.TdClassName
{
border-color: #B933E4;
}
.TagClassName
{
border-color: #B933E4;
}
</style>