Shades of Medium Orchid #B93DCC
Tints of Medium Orchid #B93DCC
RGB
CMYK
RGB Variations
Color information
#B93DCC (or 0xB93DCC) is known color: Medium Orchid. HEX triplet: B9, 3D and CC. RGB value is (185,61,204). Sum of RGB (Red+Green+Blue) = 185+61+204=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #B93DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DCC is #46C233. Grayscale: #717171. Windows color (decimal): -4637236 or 13385145. OLE color: 13385145.
HSL color Cylindrical-coordinate representation of color #B93DCC: hue angle of 292.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93DCC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 61 | 204 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.2 |
| HSL | 292.03º | 0.58% | 0.52% | - |
| HSV(B) | 292.03º | 0.7% | 0.8% | - |
| XYZ | 32.58 | 18.01 | 58.89 | - |
| YUV | 114.38 | 178.58 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 204 | 0.09 | 0.70 | 0 | 0.2 | 292.03 | 0.58 | 0.52 |
| Hex | B9 | 3D | CC | 9 | 46 | 0 | 14 | 124 | 3A | 34 |
| Octal | 271 | 75 | 314 | 11 | 106 | 0 | 24 | 444 | 72 | 64 |
| Binary | 10111001 | 111101 | 11001100 | 1001 | 1000110 | 0 | 10100 | 100100100 | 111010 | 110100 |
Color Harmonies of #B93DCC
Complementary color
Monochromatic Colors of #B93DCC
Black with #B93DCC
Text Example
Text Example
White with #B93DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93DCC; }
p { color: rgb(185,61,204); }
H1.HeaderClassName
{
color: #B93DCC;
}
.AnyTagClassName
{
color: #B93DCC;
}
</style>
background-color css
<style>
a { background-color: #B93DCC; }
a { background-color: rgb(185,61,204); }
div.DivClassName
{
background-color: #B93DCC;
}
.BgClassName
{
background-color: #B93DCC;
}
</style>
border-color css
<style>
span { border-color: #B93DCC; }
span { border-color: rgb(185,61,204); }
td.TdClassName
{
border-color: #B93DCC;
}
.TagClassName
{
border-color: #B93DCC;
}
</style>