Shades of Medium Orchid #B938E8
Tints of Medium Orchid #B938E8
RGB
CMYK
RGB Variations
Color information
#B938E8 (or 0xB938E8) is known color: Medium Orchid. HEX triplet: B9, 38 and E8. RGB value is (185,56,232). Sum of RGB (Red+Green+Blue) = 185+56+232=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #B938E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938E8 is #46C717. Grayscale: #727272. Windows color (decimal): -4638488 or 15218873. OLE color: 15218873.
HSL color Cylindrical-coordinate representation of color #B938E8: hue angle of 283.98º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B938E8 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 56 | 232 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.09 |
| HSL | 283.98º | 0.79% | 0.56% | - |
| HSV(B) | 283.98º | 0.76% | 0.91% | - |
| XYZ | 35.99 | 18.97 | 78.11 | - |
| YUV | 114.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 232 | 0.20 | 0.76 | 0 | 0.09 | 283.98 | 0.79 | 0.56 |
| Hex | B9 | 38 | E8 | 14 | 4C | 0 | 9 | 11C | 4F | 38 |
| Octal | 271 | 70 | 350 | 24 | 114 | 0 | 11 | 434 | 117 | 70 |
| Binary | 10111001 | 111000 | 11101000 | 10100 | 1001100 | 0 | 1001 | 100011100 | 1001111 | 111000 |
Color Harmonies of #B938E8
Complementary color
Monochromatic Colors of #B938E8
Black with #B938E8
Text Example
Text Example
White with #B938E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938E8; }
p { color: rgb(185,56,232); }
H1.HeaderClassName
{
color: #B938E8;
}
.AnyTagClassName
{
color: #B938E8;
}
</style>
background-color css
<style>
a { background-color: #B938E8; }
a { background-color: rgb(185,56,232); }
div.DivClassName
{
background-color: #B938E8;
}
.BgClassName
{
background-color: #B938E8;
}
</style>
border-color css
<style>
span { border-color: #B938E8; }
span { border-color: rgb(185,56,232); }
td.TdClassName
{
border-color: #B938E8;
}
.TagClassName
{
border-color: #B938E8;
}
</style>