Shades of Medium Orchid #B934E5
Tints of Medium Orchid #B934E5
RGB
CMYK
RGB Variations
Color information
#B934E5 (or 0xB934E5) is known color: Medium Orchid. HEX triplet: B9, 34 and E5. RGB value is (185,52,229). Sum of RGB (Red+Green+Blue) = 185+52+229=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #B934E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934E5 is #46CB1A. Grayscale: #6F6F6F. Windows color (decimal): -4639515 or 15021241. OLE color: 15021241.
HSL color Cylindrical-coordinate representation of color #B934E5: hue angle of 285.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B934E5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 52 | 229 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.10 |
| HSL | 285.08º | 0.77% | 0.55% | - |
| HSV(B) | 285.08º | 0.77% | 0.9% | - |
| XYZ | 35.38 | 18.43 | 75.82 | - |
| YUV | 111.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 229 | 0.19 | 0.77 | 0 | 0.10 | 285.08 | 0.77 | 0.55 |
| Hex | B9 | 34 | E5 | 13 | 4D | 0 | A | 11D | 4D | 37 |
| Octal | 271 | 64 | 345 | 23 | 115 | 0 | 12 | 435 | 115 | 67 |
| Binary | 10111001 | 110100 | 11100101 | 10011 | 1001101 | 0 | 1010 | 100011101 | 1001101 | 110111 |
Color Harmonies of #B934E5
Complementary color
Monochromatic Colors of #B934E5
Black with #B934E5
Text Example
Text Example
White with #B934E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934E5; }
p { color: rgb(185,52,229); }
H1.HeaderClassName
{
color: #B934E5;
}
.AnyTagClassName
{
color: #B934E5;
}
</style>
background-color css
<style>
a { background-color: #B934E5; }
a { background-color: rgb(185,52,229); }
div.DivClassName
{
background-color: #B934E5;
}
.BgClassName
{
background-color: #B934E5;
}
</style>
border-color css
<style>
span { border-color: #B934E5; }
span { border-color: rgb(185,52,229); }
td.TdClassName
{
border-color: #B934E5;
}
.TagClassName
{
border-color: #B934E5;
}
</style>