Shades of Medium Orchid #B937F3
Tints of Medium Orchid #B937F3
RGB
CMYK
RGB Variations
Color information
#B937F3 (or 0xB937F3) is known color: Medium Orchid. HEX triplet: B9, 37 and F3. RGB value is (185,55,243). Sum of RGB (Red+Green+Blue) = 185+55+243=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #B937F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937F3 is #46C80C. Grayscale: #727272. Windows color (decimal): -4638733 or 15939513. OLE color: 15939513.
HSL color Cylindrical-coordinate representation of color #B937F3: hue angle of 281.49º degrees, saturation: 0.89, 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 #B937F3 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 55 | 243 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.05 |
| HSL | 281.49º | 0.89% | 0.58% | - |
| HSV(B) | 281.49º | 0.77% | 0.95% | - |
| XYZ | 37.55 | 19.52 | 86.58 | - |
| YUV | 115.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 243 | 0.24 | 0.77 | 0 | 0.05 | 281.49 | 0.89 | 0.58 |
| Hex | B9 | 37 | F3 | 18 | 4D | 0 | 5 | 119 | 59 | 3A |
| Octal | 271 | 67 | 363 | 30 | 115 | 0 | 5 | 431 | 131 | 72 |
| Binary | 10111001 | 110111 | 11110011 | 11000 | 1001101 | 0 | 101 | 100011001 | 1011001 | 111010 |
Color Harmonies of #B937F3
Complementary color
Monochromatic Colors of #B937F3
Black with #B937F3
Text Example
Text Example
White with #B937F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937F3; }
p { color: rgb(185,55,243); }
H1.HeaderClassName
{
color: #B937F3;
}
.AnyTagClassName
{
color: #B937F3;
}
</style>
background-color css
<style>
a { background-color: #B937F3; }
a { background-color: rgb(185,55,243); }
div.DivClassName
{
background-color: #B937F3;
}
.BgClassName
{
background-color: #B937F3;
}
</style>
border-color css
<style>
span { border-color: #B937F3; }
span { border-color: rgb(185,55,243); }
td.TdClassName
{
border-color: #B937F3;
}
.TagClassName
{
border-color: #B937F3;
}
</style>