Shades of Medium Orchid #B93FDF
Tints of Medium Orchid #B93FDF
RGB
CMYK
RGB Variations
Color information
#B93FDF (or 0xB93FDF) is known color: Medium Orchid. HEX triplet: B9, 3F and DF. RGB value is (185,63,223). Sum of RGB (Red+Green+Blue) = 185+63+223=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B93FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FDF is #46C020. Grayscale: #757575. Windows color (decimal): -4636705 or 14630841. OLE color: 14630841.
HSL color Cylindrical-coordinate representation of color #B93FDF: hue angle of 285.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93FDF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 63 | 223 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.13 |
| HSL | 285.75º | 0.71% | 0.56% | - |
| HSV(B) | 285.75º | 0.72% | 0.87% | - |
| XYZ | 35.1 | 19.2 | 71.67 | - |
| YUV | 117.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 223 | 0.17 | 0.72 | 0 | 0.13 | 285.75 | 0.71 | 0.56 |
| Hex | B9 | 3F | DF | 11 | 48 | 0 | D | 11E | 47 | 38 |
| Octal | 271 | 77 | 337 | 21 | 110 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111001 | 111111 | 11011111 | 10001 | 1001000 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #B93FDF
Complementary color
Monochromatic Colors of #B93FDF
Black with #B93FDF
Text Example
Text Example
White with #B93FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FDF; }
p { color: rgb(185,63,223); }
H1.HeaderClassName
{
color: #B93FDF;
}
.AnyTagClassName
{
color: #B93FDF;
}
</style>
background-color css
<style>
a { background-color: #B93FDF; }
a { background-color: rgb(185,63,223); }
div.DivClassName
{
background-color: #B93FDF;
}
.BgClassName
{
background-color: #B93FDF;
}
</style>
border-color css
<style>
span { border-color: #B93FDF; }
span { border-color: rgb(185,63,223); }
td.TdClassName
{
border-color: #B93FDF;
}
.TagClassName
{
border-color: #B93FDF;
}
</style>