Shades of Medium Orchid #B934E8
Tints of Medium Orchid #B934E8
RGB
CMYK
RGB Variations
Color information
#B934E8 (or 0xB934E8) is known color: Medium Orchid. HEX triplet: B9, 34 and E8. RGB value is (185,52,232). Sum of RGB (Red+Green+Blue) = 185+52+232=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #B934E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934E8 is #46CB17. Grayscale: #6F6F6F. Windows color (decimal): -4639512 or 15217849. OLE color: 15217849.
HSL color Cylindrical-coordinate representation of color #B934E8: hue angle of 284.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B934E8 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 52 | 232 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.09 |
| HSL | 284.33º | 0.8% | 0.56% | - |
| HSV(B) | 284.33º | 0.78% | 0.91% | - |
| XYZ | 35.8 | 18.6 | 78.05 | - |
| YUV | 112.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 232 | 0.20 | 0.78 | 0 | 0.09 | 284.33 | 0.8 | 0.56 |
| Hex | B9 | 34 | E8 | 14 | 4E | 0 | 9 | 11C | 50 | 38 |
| Octal | 271 | 64 | 350 | 24 | 116 | 0 | 11 | 434 | 120 | 70 |
| Binary | 10111001 | 110100 | 11101000 | 10100 | 1001110 | 0 | 1001 | 100011100 | 1010000 | 111000 |
Color Harmonies of #B934E8
Complementary color
Monochromatic Colors of #B934E8
Black with #B934E8
Text Example
Text Example
White with #B934E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934E8; }
p { color: rgb(185,52,232); }
H1.HeaderClassName
{
color: #B934E8;
}
.AnyTagClassName
{
color: #B934E8;
}
</style>
background-color css
<style>
a { background-color: #B934E8; }
a { background-color: rgb(185,52,232); }
div.DivClassName
{
background-color: #B934E8;
}
.BgClassName
{
background-color: #B934E8;
}
</style>
border-color css
<style>
span { border-color: #B934E8; }
span { border-color: rgb(185,52,232); }
td.TdClassName
{
border-color: #B934E8;
}
.TagClassName
{
border-color: #B934E8;
}
</style>