Shades of Medium Orchid #B938CF
Tints of Medium Orchid #B938CF
RGB
CMYK
RGB Variations
Color information
#B938CF (or 0xB938CF) is known color: Medium Orchid. HEX triplet: B9, 38 and CF. RGB value is (185,56,207). Sum of RGB (Red+Green+Blue) = 185+56+207=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B938CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938CF is #46C730. Grayscale: #6F6F6F. Windows color (decimal): -4638513 or 13580473. OLE color: 13580473.
HSL color Cylindrical-coordinate representation of color #B938CF: hue angle of 291.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B938CF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 56 | 207 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.19 |
| HSL | 291.26º | 0.61% | 0.52% | - |
| HSV(B) | 291.26º | 0.73% | 0.81% | - |
| XYZ | 32.68 | 17.65 | 60.72 | - |
| YUV | 111.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 207 | 0.11 | 0.73 | 0 | 0.19 | 291.26 | 0.61 | 0.52 |
| Hex | B9 | 38 | CF | B | 49 | 0 | 13 | 123 | 3D | 34 |
| Octal | 271 | 70 | 317 | 13 | 111 | 0 | 23 | 443 | 75 | 64 |
| Binary | 10111001 | 111000 | 11001111 | 1011 | 1001001 | 0 | 10011 | 100100011 | 111101 | 110100 |
Color Harmonies of #B938CF
Complementary color
Monochromatic Colors of #B938CF
Black with #B938CF
Text Example
Text Example
White with #B938CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938CF; }
p { color: rgb(185,56,207); }
H1.HeaderClassName
{
color: #B938CF;
}
.AnyTagClassName
{
color: #B938CF;
}
</style>
background-color css
<style>
a { background-color: #B938CF; }
a { background-color: rgb(185,56,207); }
div.DivClassName
{
background-color: #B938CF;
}
.BgClassName
{
background-color: #B938CF;
}
</style>
border-color css
<style>
span { border-color: #B938CF; }
span { border-color: rgb(185,56,207); }
td.TdClassName
{
border-color: #B938CF;
}
.TagClassName
{
border-color: #B938CF;
}
</style>