Shades of Medium Orchid #B936DC
Tints of Medium Orchid #B936DC
RGB
CMYK
RGB Variations
Color information
#B936DC (or 0xB936DC) is known color: Medium Orchid. HEX triplet: B9, 36 and DC. RGB value is (185,54,220). Sum of RGB (Red+Green+Blue) = 185+54+220=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #B936DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936DC is #46C923. Grayscale: #6F6F6F. Windows color (decimal): -4639012 or 14431929. OLE color: 14431929.
HSL color Cylindrical-coordinate representation of color #B936DC: hue angle of 287.35º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B936DC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 54 | 220 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.14 |
| HSL | 287.35º | 0.7% | 0.54% | - |
| HSV(B) | 287.35º | 0.75% | 0.86% | - |
| XYZ | 34.25 | 18.12 | 69.4 | - |
| YUV | 112.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 220 | 0.16 | 0.75 | 0 | 0.14 | 287.35 | 0.7 | 0.54 |
| Hex | B9 | 36 | DC | 10 | 4B | 0 | E | 11F | 46 | 36 |
| Octal | 271 | 66 | 334 | 20 | 113 | 0 | 16 | 437 | 106 | 66 |
| Binary | 10111001 | 110110 | 11011100 | 10000 | 1001011 | 0 | 1110 | 100011111 | 1000110 | 110110 |
Color Harmonies of #B936DC
Complementary color
Monochromatic Colors of #B936DC
Black with #B936DC
Text Example
Text Example
White with #B936DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936DC; }
p { color: rgb(185,54,220); }
H1.HeaderClassName
{
color: #B936DC;
}
.AnyTagClassName
{
color: #B936DC;
}
</style>
background-color css
<style>
a { background-color: #B936DC; }
a { background-color: rgb(185,54,220); }
div.DivClassName
{
background-color: #B936DC;
}
.BgClassName
{
background-color: #B936DC;
}
</style>
border-color css
<style>
span { border-color: #B936DC; }
span { border-color: rgb(185,54,220); }
td.TdClassName
{
border-color: #B936DC;
}
.TagClassName
{
border-color: #B936DC;
}
</style>