Shades of Medium Orchid #B94AD3
Tints of Medium Orchid #B94AD3
RGB
CMYK
RGB Variations
Color information
#B94AD3 (or 0xB94AD3) is known color: Medium Orchid. HEX triplet: B9, 4A and D3. RGB value is (185,74,211). Sum of RGB (Red+Green+Blue) = 185+74+211=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #B94AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AD3 is #46B52C. Grayscale: #7A7A7A. Windows color (decimal): -4633901 or 13847225. OLE color: 13847225.
HSL color Cylindrical-coordinate representation of color #B94AD3: hue angle of 288.61º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94AD3 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 74 | 211 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.17 |
| HSL | 288.61º | 0.61% | 0.56% | - |
| HSV(B) | 288.61º | 0.65% | 0.83% | - |
| XYZ | 34.21 | 19.92 | 63.67 | - |
| YUV | 122.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 211 | 0.12 | 0.65 | 0 | 0.17 | 288.61 | 0.61 | 0.56 |
| Hex | B9 | 4A | D3 | C | 41 | 0 | 11 | 121 | 3D | 38 |
| Octal | 271 | 112 | 323 | 14 | 101 | 0 | 21 | 441 | 75 | 70 |
| Binary | 10111001 | 1001010 | 11010011 | 1100 | 1000001 | 0 | 10001 | 100100001 | 111101 | 111000 |
Color Harmonies of #B94AD3
Complementary color
Monochromatic Colors of #B94AD3
Black with #B94AD3
Text Example
Text Example
White with #B94AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AD3; }
p { color: rgb(185,74,211); }
H1.HeaderClassName
{
color: #B94AD3;
}
.AnyTagClassName
{
color: #B94AD3;
}
</style>
background-color css
<style>
a { background-color: #B94AD3; }
a { background-color: rgb(185,74,211); }
div.DivClassName
{
background-color: #B94AD3;
}
.BgClassName
{
background-color: #B94AD3;
}
</style>
border-color css
<style>
span { border-color: #B94AD3; }
span { border-color: rgb(185,74,211); }
td.TdClassName
{
border-color: #B94AD3;
}
.TagClassName
{
border-color: #B94AD3;
}
</style>