Shades of Medium Orchid #B938F2
Tints of Medium Orchid #B938F2
RGB
CMYK
RGB Variations
Color information
#B938F2 (or 0xB938F2) is known color: Medium Orchid. HEX triplet: B9, 38 and F2. RGB value is (185,56,242). Sum of RGB (Red+Green+Blue) = 185+56+242=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #B938F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938F2 is #46C70D. Grayscale: #737373. Windows color (decimal): -4638478 or 15874233. OLE color: 15874233.
HSL color Cylindrical-coordinate representation of color #B938F2: hue angle of 281.61º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B938F2 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 56 | 242 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.05 |
| HSL | 281.61º | 0.88% | 0.58% | - |
| HSV(B) | 281.61º | 0.77% | 0.95% | - |
| XYZ | 37.45 | 19.55 | 85.8 | - |
| YUV | 115.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 242 | 0.24 | 0.77 | 0 | 0.05 | 281.61 | 0.88 | 0.58 |
| Hex | B9 | 38 | F2 | 18 | 4D | 0 | 5 | 11A | 58 | 3A |
| Octal | 271 | 70 | 362 | 30 | 115 | 0 | 5 | 432 | 130 | 72 |
| Binary | 10111001 | 111000 | 11110010 | 11000 | 1001101 | 0 | 101 | 100011010 | 1011000 | 111010 |
Color Harmonies of #B938F2
Complementary color
Monochromatic Colors of #B938F2
Black with #B938F2
Text Example
Text Example
White with #B938F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938F2; }
p { color: rgb(185,56,242); }
H1.HeaderClassName
{
color: #B938F2;
}
.AnyTagClassName
{
color: #B938F2;
}
</style>
background-color css
<style>
a { background-color: #B938F2; }
a { background-color: rgb(185,56,242); }
div.DivClassName
{
background-color: #B938F2;
}
.BgClassName
{
background-color: #B938F2;
}
</style>
border-color css
<style>
span { border-color: #B938F2; }
span { border-color: rgb(185,56,242); }
td.TdClassName
{
border-color: #B938F2;
}
.TagClassName
{
border-color: #B938F2;
}
</style>