Shades of Medium Orchid #B937FC
Tints of Medium Orchid #B937FC
RGB
CMYK
RGB Variations
Color information
#B937FC (or 0xB937FC) is known color: Medium Orchid. HEX triplet: B9, 37 and FC. RGB value is (185,55,252). Sum of RGB (Red+Green+Blue) = 185+55+252=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #B937FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937FC is #46C803. Grayscale: #737373. Windows color (decimal): -4638724 or 16529337. OLE color: 16529337.
HSL color Cylindrical-coordinate representation of color #B937FC: hue angle of 279.59º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B937FC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 55 | 252 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.01 |
| HSL | 279.59º | 0.97% | 0.6% | - |
| HSV(B) | 279.59º | 0.78% | 0.99% | - |
| XYZ | 38.94 | 20.07 | 93.92 | - |
| YUV | 116.33 | 204.57 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 252 | 0.27 | 0.78 | 0 | 0.01 | 279.59 | 0.97 | 0.6 |
| Hex | B9 | 37 | FC | 1B | 4E | 0 | 1 | 118 | 61 | 3C |
| Octal | 271 | 67 | 374 | 33 | 116 | 0 | 1 | 430 | 141 | 74 |
| Binary | 10111001 | 110111 | 11111100 | 11011 | 1001110 | 0 | 1 | 100011000 | 1100001 | 111100 |
Color Harmonies of #B937FC
Complementary color
Monochromatic Colors of #B937FC
Black with #B937FC
Text Example
Text Example
White with #B937FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937FC; }
p { color: rgb(185,55,252); }
H1.HeaderClassName
{
color: #B937FC;
}
.AnyTagClassName
{
color: #B937FC;
}
</style>
background-color css
<style>
a { background-color: #B937FC; }
a { background-color: rgb(185,55,252); }
div.DivClassName
{
background-color: #B937FC;
}
.BgClassName
{
background-color: #B937FC;
}
</style>
border-color css
<style>
span { border-color: #B937FC; }
span { border-color: rgb(185,55,252); }
td.TdClassName
{
border-color: #B937FC;
}
.TagClassName
{
border-color: #B937FC;
}
</style>