Shades of Medium Orchid #B938F0
Tints of Medium Orchid #B938F0
RGB
CMYK
RGB Variations
Color information
#B938F0 (or 0xB938F0) is known color: Medium Orchid. HEX triplet: B9, 38 and F0. RGB value is (185,56,240). Sum of RGB (Red+Green+Blue) = 185+56+240=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #B938F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938F0 is #46C70F. Grayscale: #727272. Windows color (decimal): -4638480 or 15743161. OLE color: 15743161.
HSL color Cylindrical-coordinate representation of color #B938F0: hue angle of 282.07º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B938F0 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 56 | 240 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.06 |
| HSL | 282.07º | 0.86% | 0.58% | - |
| HSV(B) | 282.07º | 0.77% | 0.94% | - |
| XYZ | 37.15 | 19.43 | 84.23 | - |
| YUV | 115.55 | 198.24 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 240 | 0.23 | 0.77 | 0 | 0.06 | 282.07 | 0.86 | 0.58 |
| Hex | B9 | 38 | F0 | 17 | 4D | 0 | 6 | 11A | 56 | 3A |
| Octal | 271 | 70 | 360 | 27 | 115 | 0 | 6 | 432 | 126 | 72 |
| Binary | 10111001 | 111000 | 11110000 | 10111 | 1001101 | 0 | 110 | 100011010 | 1010110 | 111010 |
Color Harmonies of #B938F0
Complementary color
Monochromatic Colors of #B938F0
Black with #B938F0
Text Example
Text Example
White with #B938F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938F0; }
p { color: rgb(185,56,240); }
H1.HeaderClassName
{
color: #B938F0;
}
.AnyTagClassName
{
color: #B938F0;
}
</style>
background-color css
<style>
a { background-color: #B938F0; }
a { background-color: rgb(185,56,240); }
div.DivClassName
{
background-color: #B938F0;
}
.BgClassName
{
background-color: #B938F0;
}
</style>
border-color css
<style>
span { border-color: #B938F0; }
span { border-color: rgb(185,56,240); }
td.TdClassName
{
border-color: #B938F0;
}
.TagClassName
{
border-color: #B938F0;
}
</style>