Shades of Medium Orchid #B94AD6
Tints of Medium Orchid #B94AD6
RGB
CMYK
RGB Variations
Color information
#B94AD6 (or 0xB94AD6) is known color: Medium Orchid. HEX triplet: B9, 4A and D6. RGB value is (185,74,214). Sum of RGB (Red+Green+Blue) = 185+74+214=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #B94AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AD6 is #46B529. Grayscale: #7A7A7A. Windows color (decimal): -4633898 or 14043833. OLE color: 14043833.
HSL color Cylindrical-coordinate representation of color #B94AD6: hue angle of 287.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94AD6 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 74 | 214 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.16 |
| HSL | 287.57º | 0.63% | 0.56% | - |
| HSV(B) | 287.57º | 0.65% | 0.84% | - |
| XYZ | 34.59 | 20.07 | 65.67 | - |
| YUV | 123.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 214 | 0.14 | 0.65 | 0 | 0.16 | 287.57 | 0.63 | 0.56 |
| Hex | B9 | 4A | D6 | E | 41 | 0 | 10 | 120 | 3F | 38 |
| Octal | 271 | 112 | 326 | 16 | 101 | 0 | 20 | 440 | 77 | 70 |
| Binary | 10111001 | 1001010 | 11010110 | 1110 | 1000001 | 0 | 10000 | 100100000 | 111111 | 111000 |
Color Harmonies of #B94AD6
Complementary color
Monochromatic Colors of #B94AD6
Black with #B94AD6
Text Example
Text Example
White with #B94AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AD6; }
p { color: rgb(185,74,214); }
H1.HeaderClassName
{
color: #B94AD6;
}
.AnyTagClassName
{
color: #B94AD6;
}
</style>
background-color css
<style>
a { background-color: #B94AD6; }
a { background-color: rgb(185,74,214); }
div.DivClassName
{
background-color: #B94AD6;
}
.BgClassName
{
background-color: #B94AD6;
}
</style>
border-color css
<style>
span { border-color: #B94AD6; }
span { border-color: rgb(185,74,214); }
td.TdClassName
{
border-color: #B94AD6;
}
.TagClassName
{
border-color: #B94AD6;
}
</style>