Shades of Medium Orchid #B94CDF
Tints of Medium Orchid #B94CDF
RGB
CMYK
RGB Variations
Color information
#B94CDF (or 0xB94CDF) is known color: Medium Orchid. HEX triplet: B9, 4C and DF. RGB value is (185,76,223). Sum of RGB (Red+Green+Blue) = 185+76+223=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B94CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CDF is #46B320. Grayscale: #7C7C7C. Windows color (decimal): -4633377 or 14634169. OLE color: 14634169.
HSL color Cylindrical-coordinate representation of color #B94CDF: hue angle of 284.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94CDF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 76 | 223 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.13 |
| HSL | 284.49º | 0.7% | 0.59% | - |
| HSV(B) | 284.49º | 0.66% | 0.87% | - |
| XYZ | 35.91 | 20.81 | 71.94 | - |
| YUV | 125.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 223 | 0.17 | 0.66 | 0 | 0.13 | 284.49 | 0.7 | 0.59 |
| Hex | B9 | 4C | DF | 11 | 42 | 0 | D | 11C | 46 | 3B |
| Octal | 271 | 114 | 337 | 21 | 102 | 0 | 15 | 434 | 106 | 73 |
| Binary | 10111001 | 1001100 | 11011111 | 10001 | 1000010 | 0 | 1101 | 100011100 | 1000110 | 111011 |
Color Harmonies of #B94CDF
Complementary color
Monochromatic Colors of #B94CDF
Black with #B94CDF
Text Example
Text Example
White with #B94CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CDF; }
p { color: rgb(185,76,223); }
H1.HeaderClassName
{
color: #B94CDF;
}
.AnyTagClassName
{
color: #B94CDF;
}
</style>
background-color css
<style>
a { background-color: #B94CDF; }
a { background-color: rgb(185,76,223); }
div.DivClassName
{
background-color: #B94CDF;
}
.BgClassName
{
background-color: #B94CDF;
}
</style>
border-color css
<style>
span { border-color: #B94CDF; }
span { border-color: rgb(185,76,223); }
td.TdClassName
{
border-color: #B94CDF;
}
.TagClassName
{
border-color: #B94CDF;
}
</style>