Shades of Medium Orchid #B943DF
Tints of Medium Orchid #B943DF
RGB
CMYK
RGB Variations
Color information
#B943DF (or 0xB943DF) is known color: Medium Orchid. HEX triplet: B9, 43 and DF. RGB value is (185,67,223). Sum of RGB (Red+Green+Blue) = 185+67+223=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #B943DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943DF is #46BC20. Grayscale: #777777. Windows color (decimal): -4635681 or 14631865. OLE color: 14631865.
HSL color Cylindrical-coordinate representation of color #B943DF: hue angle of 285.38º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B943DF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 67 | 223 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.13 |
| HSL | 285.38º | 0.71% | 0.57% | - |
| HSV(B) | 285.38º | 0.7% | 0.87% | - |
| XYZ | 35.33 | 19.66 | 71.74 | - |
| YUV | 120.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 223 | 0.17 | 0.70 | 0 | 0.13 | 285.38 | 0.71 | 0.57 |
| Hex | B9 | 43 | DF | 11 | 46 | 0 | D | 11D | 47 | 39 |
| Octal | 271 | 103 | 337 | 21 | 106 | 0 | 15 | 435 | 107 | 71 |
| Binary | 10111001 | 1000011 | 11011111 | 10001 | 1000110 | 0 | 1101 | 100011101 | 1000111 | 111001 |
Color Harmonies of #B943DF
Complementary color
Monochromatic Colors of #B943DF
Black with #B943DF
Text Example
Text Example
White with #B943DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B943DF; }
p { color: rgb(185,67,223); }
H1.HeaderClassName
{
color: #B943DF;
}
.AnyTagClassName
{
color: #B943DF;
}
</style>
background-color css
<style>
a { background-color: #B943DF; }
a { background-color: rgb(185,67,223); }
div.DivClassName
{
background-color: #B943DF;
}
.BgClassName
{
background-color: #B943DF;
}
</style>
border-color css
<style>
span { border-color: #B943DF; }
span { border-color: rgb(185,67,223); }
td.TdClassName
{
border-color: #B943DF;
}
.TagClassName
{
border-color: #B943DF;
}
</style>