Shades of Medium Orchid #B93FD4
Tints of Medium Orchid #B93FD4
RGB
CMYK
RGB Variations
Color information
#B93FD4 (or 0xB93FD4) is known color: Medium Orchid. HEX triplet: B9, 3F and D4. RGB value is (185,63,212). Sum of RGB (Red+Green+Blue) = 185+63+212=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #B93FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FD4 is #46C02B. Grayscale: #737373. Windows color (decimal): -4636716 or 13909945. OLE color: 13909945.
HSL color Cylindrical-coordinate representation of color #B93FD4: hue angle of 289.13º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93FD4 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 63 | 212 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.17 |
| HSL | 289.13º | 0.63% | 0.54% | - |
| HSV(B) | 289.13º | 0.7% | 0.83% | - |
| XYZ | 33.67 | 18.62 | 64.11 | - |
| YUV | 116.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 212 | 0.13 | 0.70 | 0 | 0.17 | 289.13 | 0.63 | 0.54 |
| Hex | B9 | 3F | D4 | D | 46 | 0 | 11 | 121 | 3F | 36 |
| Octal | 271 | 77 | 324 | 15 | 106 | 0 | 21 | 441 | 77 | 66 |
| Binary | 10111001 | 111111 | 11010100 | 1101 | 1000110 | 0 | 10001 | 100100001 | 111111 | 110110 |
Color Harmonies of #B93FD4
Complementary color
Monochromatic Colors of #B93FD4
Black with #B93FD4
Text Example
Text Example
White with #B93FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FD4; }
p { color: rgb(185,63,212); }
H1.HeaderClassName
{
color: #B93FD4;
}
.AnyTagClassName
{
color: #B93FD4;
}
</style>
background-color css
<style>
a { background-color: #B93FD4; }
a { background-color: rgb(185,63,212); }
div.DivClassName
{
background-color: #B93FD4;
}
.BgClassName
{
background-color: #B93FD4;
}
</style>
border-color css
<style>
span { border-color: #B93FD4; }
span { border-color: rgb(185,63,212); }
td.TdClassName
{
border-color: #B93FD4;
}
.TagClassName
{
border-color: #B93FD4;
}
</style>