Shades of Medium Orchid #B937F7
Tints of Medium Orchid #B937F7
RGB
CMYK
RGB Variations
Color information
#B937F7 (or 0xB937F7) is known color: Medium Orchid. HEX triplet: B9, 37 and F7. RGB value is (185,55,247). Sum of RGB (Red+Green+Blue) = 185+55+247=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #B937F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937F7 is #46C808. Grayscale: #737373. Windows color (decimal): -4638729 or 16201657. OLE color: 16201657.
HSL color Cylindrical-coordinate representation of color #B937F7: hue angle of 280.62º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B937F7 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 55 | 247 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.03 |
| HSL | 280.63º | 0.92% | 0.59% | - |
| HSV(B) | 280.63º | 0.78% | 0.97% | - |
| XYZ | 38.16 | 19.76 | 89.8 | - |
| YUV | 115.76 | 202.07 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 247 | 0.25 | 0.78 | 0 | 0.03 | 280.63 | 0.92 | 0.59 |
| Hex | B9 | 37 | F7 | 19 | 4E | 0 | 3 | 119 | 5C | 3B |
| Octal | 271 | 67 | 367 | 31 | 116 | 0 | 3 | 431 | 134 | 73 |
| Binary | 10111001 | 110111 | 11110111 | 11001 | 1001110 | 0 | 11 | 100011001 | 1011100 | 111011 |
Color Harmonies of #B937F7
Complementary color
Monochromatic Colors of #B937F7
Black with #B937F7
Text Example
Text Example
White with #B937F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937F7; }
p { color: rgb(185,55,247); }
H1.HeaderClassName
{
color: #B937F7;
}
.AnyTagClassName
{
color: #B937F7;
}
</style>
background-color css
<style>
a { background-color: #B937F7; }
a { background-color: rgb(185,55,247); }
div.DivClassName
{
background-color: #B937F7;
}
.BgClassName
{
background-color: #B937F7;
}
</style>
border-color css
<style>
span { border-color: #B937F7; }
span { border-color: rgb(185,55,247); }
td.TdClassName
{
border-color: #B937F7;
}
.TagClassName
{
border-color: #B937F7;
}
</style>