Shades of Medium Orchid #B93FCE
Tints of Medium Orchid #B93FCE
RGB
CMYK
RGB Variations
Color information
#B93FCE (or 0xB93FCE) is known color: Medium Orchid. HEX triplet: B9, 3F and CE. RGB value is (185,63,206). Sum of RGB (Red+Green+Blue) = 185+63+206=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B93FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FCE is #46C031. Grayscale: #737373. Windows color (decimal): -4636722 or 13516729. OLE color: 13516729.
HSL color Cylindrical-coordinate representation of color #B93FCE: hue angle of 291.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93FCE is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 63 | 206 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.19 |
| HSL | 291.19º | 0.59% | 0.53% | - |
| HSV(B) | 291.19º | 0.69% | 0.81% | - |
| XYZ | 32.93 | 18.33 | 60.19 | - |
| YUV | 115.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 206 | 0.10 | 0.69 | 0 | 0.19 | 291.19 | 0.59 | 0.53 |
| Hex | B9 | 3F | CE | A | 45 | 0 | 13 | 123 | 3B | 35 |
| Octal | 271 | 77 | 316 | 12 | 105 | 0 | 23 | 443 | 73 | 65 |
| Binary | 10111001 | 111111 | 11001110 | 1010 | 1000101 | 0 | 10011 | 100100011 | 111011 | 110101 |
Color Harmonies of #B93FCE
Complementary color
Monochromatic Colors of #B93FCE
Black with #B93FCE
Text Example
Text Example
White with #B93FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FCE; }
p { color: rgb(185,63,206); }
H1.HeaderClassName
{
color: #B93FCE;
}
.AnyTagClassName
{
color: #B93FCE;
}
</style>
background-color css
<style>
a { background-color: #B93FCE; }
a { background-color: rgb(185,63,206); }
div.DivClassName
{
background-color: #B93FCE;
}
.BgClassName
{
background-color: #B93FCE;
}
</style>
border-color css
<style>
span { border-color: #B93FCE; }
span { border-color: rgb(185,63,206); }
td.TdClassName
{
border-color: #B93FCE;
}
.TagClassName
{
border-color: #B93FCE;
}
</style>