Shades of Medium Orchid #B937F8
Tints of Medium Orchid #B937F8
RGB
CMYK
RGB Variations
Color information
#B937F8 (or 0xB937F8) is known color: Medium Orchid. HEX triplet: B9, 37 and F8. RGB value is (185,55,248). Sum of RGB (Red+Green+Blue) = 185+55+248=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #B937F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937F8 is #46C807. Grayscale: #737373. Windows color (decimal): -4638728 or 16267193. OLE color: 16267193.
HSL color Cylindrical-coordinate representation of color #B937F8: hue angle of 280.41º degrees, saturation: 0.93, 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 #B937F8 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 55 | 248 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.03 |
| HSL | 280.41º | 0.93% | 0.59% | - |
| HSV(B) | 280.41º | 0.78% | 0.97% | - |
| XYZ | 38.32 | 19.82 | 90.61 | - |
| YUV | 115.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 248 | 0.25 | 0.78 | 0 | 0.03 | 280.41 | 0.93 | 0.59 |
| Hex | B9 | 37 | F8 | 19 | 4E | 0 | 3 | 118 | 5D | 3B |
| Octal | 271 | 67 | 370 | 31 | 116 | 0 | 3 | 430 | 135 | 73 |
| Binary | 10111001 | 110111 | 11111000 | 11001 | 1001110 | 0 | 11 | 100011000 | 1011101 | 111011 |
Color Harmonies of #B937F8
Complementary color
Monochromatic Colors of #B937F8
Black with #B937F8
Text Example
Text Example
White with #B937F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937F8; }
p { color: rgb(185,55,248); }
H1.HeaderClassName
{
color: #B937F8;
}
.AnyTagClassName
{
color: #B937F8;
}
</style>
background-color css
<style>
a { background-color: #B937F8; }
a { background-color: rgb(185,55,248); }
div.DivClassName
{
background-color: #B937F8;
}
.BgClassName
{
background-color: #B937F8;
}
</style>
border-color css
<style>
span { border-color: #B937F8; }
span { border-color: rgb(185,55,248); }
td.TdClassName
{
border-color: #B937F8;
}
.TagClassName
{
border-color: #B937F8;
}
</style>