Shades of Medium Orchid #B936CF
Tints of Medium Orchid #B936CF
RGB
CMYK
RGB Variations
Color information
#B936CF (or 0xB936CF) is known color: Medium Orchid. HEX triplet: B9, 36 and CF. RGB value is (185,54,207). Sum of RGB (Red+Green+Blue) = 185+54+207=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B936CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936CF is #46C930. Grayscale: #6E6E6E. Windows color (decimal): -4639025 or 13579961. OLE color: 13579961.
HSL color Cylindrical-coordinate representation of color #B936CF: hue angle of 291.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B936CF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 54 | 207 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.19 |
| HSL | 291.37º | 0.61% | 0.51% | - |
| HSV(B) | 291.37º | 0.74% | 0.81% | - |
| XYZ | 32.59 | 17.46 | 60.68 | - |
| YUV | 110.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 207 | 0.11 | 0.74 | 0 | 0.19 | 291.37 | 0.61 | 0.51 |
| Hex | B9 | 36 | CF | B | 4A | 0 | 13 | 123 | 3D | 33 |
| Octal | 271 | 66 | 317 | 13 | 112 | 0 | 23 | 443 | 75 | 63 |
| Binary | 10111001 | 110110 | 11001111 | 1011 | 1001010 | 0 | 10011 | 100100011 | 111101 | 110011 |
Color Harmonies of #B936CF
Complementary color
Monochromatic Colors of #B936CF
Black with #B936CF
Text Example
Text Example
White with #B936CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936CF; }
p { color: rgb(185,54,207); }
H1.HeaderClassName
{
color: #B936CF;
}
.AnyTagClassName
{
color: #B936CF;
}
</style>
background-color css
<style>
a { background-color: #B936CF; }
a { background-color: rgb(185,54,207); }
div.DivClassName
{
background-color: #B936CF;
}
.BgClassName
{
background-color: #B936CF;
}
</style>
border-color css
<style>
span { border-color: #B936CF; }
span { border-color: rgb(185,54,207); }
td.TdClassName
{
border-color: #B936CF;
}
.TagClassName
{
border-color: #B936CF;
}
</style>