Shades of Medium Orchid #B936F3
Tints of Medium Orchid #B936F3
RGB
CMYK
RGB Variations
Color information
#B936F3 (or 0xB936F3) is known color: Medium Orchid. HEX triplet: B9, 36 and F3. RGB value is (185,54,243). Sum of RGB (Red+Green+Blue) = 185+54+243=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #B936F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936F3 is #46C90C. Grayscale: #727272. Windows color (decimal): -4638989 or 15939257. OLE color: 15939257.
HSL color Cylindrical-coordinate representation of color #B936F3: hue angle of 281.59º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B936F3 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 54 | 243 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.05 |
| HSL | 281.59º | 0.89% | 0.58% | - |
| HSV(B) | 281.59º | 0.78% | 0.95% | - |
| XYZ | 37.5 | 19.42 | 86.57 | - |
| YUV | 114.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 243 | 0.24 | 0.78 | 0 | 0.05 | 281.59 | 0.89 | 0.58 |
| Hex | B9 | 36 | F3 | 18 | 4E | 0 | 5 | 11A | 59 | 3A |
| Octal | 271 | 66 | 363 | 30 | 116 | 0 | 5 | 432 | 131 | 72 |
| Binary | 10111001 | 110110 | 11110011 | 11000 | 1001110 | 0 | 101 | 100011010 | 1011001 | 111010 |
Color Harmonies of #B936F3
Complementary color
Monochromatic Colors of #B936F3
Black with #B936F3
Text Example
Text Example
White with #B936F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936F3; }
p { color: rgb(185,54,243); }
H1.HeaderClassName
{
color: #B936F3;
}
.AnyTagClassName
{
color: #B936F3;
}
</style>
background-color css
<style>
a { background-color: #B936F3; }
a { background-color: rgb(185,54,243); }
div.DivClassName
{
background-color: #B936F3;
}
.BgClassName
{
background-color: #B936F3;
}
</style>
border-color css
<style>
span { border-color: #B936F3; }
span { border-color: rgb(185,54,243); }
td.TdClassName
{
border-color: #B936F3;
}
.TagClassName
{
border-color: #B936F3;
}
</style>