Shades of Medium Orchid #B93FCD
Tints of Medium Orchid #B93FCD
RGB
CMYK
RGB Variations
Color information
#B93FCD (or 0xB93FCD) is known color: Medium Orchid. HEX triplet: B9, 3F and CD. RGB value is (185,63,205). Sum of RGB (Red+Green+Blue) = 185+63+205=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B93FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FCD is #46C032. Grayscale: #737373. Windows color (decimal): -4636723 or 13451193. OLE color: 13451193.
HSL color Cylindrical-coordinate representation of color #B93FCD: hue angle of 291.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93FCD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 63 | 205 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.20 |
| HSL | 291.55º | 0.59% | 0.53% | - |
| HSV(B) | 291.55º | 0.69% | 0.8% | - |
| XYZ | 32.8 | 18.28 | 59.56 | - |
| YUV | 115.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 205 | 0.10 | 0.69 | 0 | 0.20 | 291.55 | 0.59 | 0.53 |
| Hex | B9 | 3F | CD | A | 45 | 0 | 14 | 124 | 3B | 35 |
| Octal | 271 | 77 | 315 | 12 | 105 | 0 | 24 | 444 | 73 | 65 |
| Binary | 10111001 | 111111 | 11001101 | 1010 | 1000101 | 0 | 10100 | 100100100 | 111011 | 110101 |
Color Harmonies of #B93FCD
Complementary color
Monochromatic Colors of #B93FCD
Black with #B93FCD
Text Example
Text Example
White with #B93FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FCD; }
p { color: rgb(185,63,205); }
H1.HeaderClassName
{
color: #B93FCD;
}
.AnyTagClassName
{
color: #B93FCD;
}
</style>
background-color css
<style>
a { background-color: #B93FCD; }
a { background-color: rgb(185,63,205); }
div.DivClassName
{
background-color: #B93FCD;
}
.BgClassName
{
background-color: #B93FCD;
}
</style>
border-color css
<style>
span { border-color: #B93FCD; }
span { border-color: rgb(185,63,205); }
td.TdClassName
{
border-color: #B93FCD;
}
.TagClassName
{
border-color: #B93FCD;
}
</style>