Shades of Medium Orchid #B934E0
Tints of Medium Orchid #B934E0
RGB
CMYK
RGB Variations
Color information
#B934E0 (or 0xB934E0) is known color: Medium Orchid. HEX triplet: B9, 34 and E0. RGB value is (185,52,224). Sum of RGB (Red+Green+Blue) = 185+52+224=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #B934E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934E0 is #46CB1F. Grayscale: #6E6E6E. Windows color (decimal): -4639520 or 14693561. OLE color: 14693561.
HSL color Cylindrical-coordinate representation of color #B934E0: hue angle of 286.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B934E0 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 52 | 224 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.12 |
| HSL | 286.4º | 0.74% | 0.54% | - |
| HSV(B) | 286.4º | 0.77% | 0.88% | - |
| XYZ | 34.69 | 18.15 | 72.2 | - |
| YUV | 111.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 224 | 0.17 | 0.77 | 0 | 0.12 | 286.4 | 0.74 | 0.54 |
| Hex | B9 | 34 | E0 | 11 | 4D | 0 | C | 11E | 4A | 36 |
| Octal | 271 | 64 | 340 | 21 | 115 | 0 | 14 | 436 | 112 | 66 |
| Binary | 10111001 | 110100 | 11100000 | 10001 | 1001101 | 0 | 1100 | 100011110 | 1001010 | 110110 |
Color Harmonies of #B934E0
Complementary color
Monochromatic Colors of #B934E0
Black with #B934E0
Text Example
Text Example
White with #B934E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934E0; }
p { color: rgb(185,52,224); }
H1.HeaderClassName
{
color: #B934E0;
}
.AnyTagClassName
{
color: #B934E0;
}
</style>
background-color css
<style>
a { background-color: #B934E0; }
a { background-color: rgb(185,52,224); }
div.DivClassName
{
background-color: #B934E0;
}
.BgClassName
{
background-color: #B934E0;
}
</style>
border-color css
<style>
span { border-color: #B934E0; }
span { border-color: rgb(185,52,224); }
td.TdClassName
{
border-color: #B934E0;
}
.TagClassName
{
border-color: #B934E0;
}
</style>