Shades of Medium Orchid #B936FC
Tints of Medium Orchid #B936FC
RGB
CMYK
RGB Variations
Color information
#B936FC (or 0xB936FC) is known color: Medium Orchid. HEX triplet: B9, 36 and FC. RGB value is (185,54,252). Sum of RGB (Red+Green+Blue) = 185+54+252=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #B936FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936FC is #46C903. Grayscale: #737373. Windows color (decimal): -4638980 or 16529081. OLE color: 16529081.
HSL color Cylindrical-coordinate representation of color #B936FC: hue angle of 279.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B936FC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 54 | 252 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.01 |
| HSL | 279.7º | 0.97% | 0.6% | - |
| HSV(B) | 279.7º | 0.79% | 0.99% | - |
| XYZ | 38.9 | 19.98 | 93.9 | - |
| YUV | 115.74 | 204.9 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 252 | 0.27 | 0.79 | 0 | 0.01 | 279.7 | 0.97 | 0.6 |
| Hex | B9 | 36 | FC | 1B | 4F | 0 | 1 | 118 | 61 | 3C |
| Octal | 271 | 66 | 374 | 33 | 117 | 0 | 1 | 430 | 141 | 74 |
| Binary | 10111001 | 110110 | 11111100 | 11011 | 1001111 | 0 | 1 | 100011000 | 1100001 | 111100 |
Color Harmonies of #B936FC
Complementary color
Monochromatic Colors of #B936FC
Black with #B936FC
Text Example
Text Example
White with #B936FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936FC; }
p { color: rgb(185,54,252); }
H1.HeaderClassName
{
color: #B936FC;
}
.AnyTagClassName
{
color: #B936FC;
}
</style>
background-color css
<style>
a { background-color: #B936FC; }
a { background-color: rgb(185,54,252); }
div.DivClassName
{
background-color: #B936FC;
}
.BgClassName
{
background-color: #B936FC;
}
</style>
border-color css
<style>
span { border-color: #B936FC; }
span { border-color: rgb(185,54,252); }
td.TdClassName
{
border-color: #B936FC;
}
.TagClassName
{
border-color: #B936FC;
}
</style>