Shades of Medium Orchid #B939CB
Tints of Medium Orchid #B939CB
RGB
CMYK
RGB Variations
Color information
#B939CB (or 0xB939CB) is known color: Medium Orchid. HEX triplet: B9, 39 and CB. RGB value is (185,57,203). Sum of RGB (Red+Green+Blue) = 185+57+203=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B939CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939CB is #46C634. Grayscale: #6F6F6F. Windows color (decimal): -4638261 or 13318585. OLE color: 13318585.
HSL color Cylindrical-coordinate representation of color #B939CB: hue angle of 292.6º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B939CB is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 57 | 203 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.20 |
| HSL | 292.6º | 0.58% | 0.51% | - |
| HSV(B) | 292.6º | 0.72% | 0.8% | - |
| XYZ | 32.25 | 17.55 | 58.19 | - |
| YUV | 111.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 203 | 0.09 | 0.72 | 0 | 0.20 | 292.6 | 0.58 | 0.51 |
| Hex | B9 | 39 | CB | 9 | 48 | 0 | 14 | 125 | 3A | 33 |
| Octal | 271 | 71 | 313 | 11 | 110 | 0 | 24 | 445 | 72 | 63 |
| Binary | 10111001 | 111001 | 11001011 | 1001 | 1001000 | 0 | 10100 | 100100101 | 111010 | 110011 |
Color Harmonies of #B939CB
Complementary color
Monochromatic Colors of #B939CB
Black with #B939CB
Text Example
Text Example
White with #B939CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939CB; }
p { color: rgb(185,57,203); }
H1.HeaderClassName
{
color: #B939CB;
}
.AnyTagClassName
{
color: #B939CB;
}
</style>
background-color css
<style>
a { background-color: #B939CB; }
a { background-color: rgb(185,57,203); }
div.DivClassName
{
background-color: #B939CB;
}
.BgClassName
{
background-color: #B939CB;
}
</style>
border-color css
<style>
span { border-color: #B939CB; }
span { border-color: rgb(185,57,203); }
td.TdClassName
{
border-color: #B939CB;
}
.TagClassName
{
border-color: #B939CB;
}
</style>