Shades of Medium Orchid #B94FDD
Tints of Medium Orchid #B94FDD
RGB
CMYK
RGB Variations
Color information
#B94FDD (or 0xB94FDD) is known color: Medium Orchid. HEX triplet: B9, 4F and DD. RGB value is (185,79,221). Sum of RGB (Red+Green+Blue) = 185+79+221=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B94FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FDD is #46B022. Grayscale: #7E7E7E. Windows color (decimal): -4632611 or 14503865. OLE color: 14503865.
HSL color Cylindrical-coordinate representation of color #B94FDD: hue angle of 284.79º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94FDD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 79 | 221 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.13 |
| HSL | 284.79º | 0.68% | 0.59% | - |
| HSV(B) | 284.79º | 0.64% | 0.87% | - |
| XYZ | 35.85 | 21.13 | 70.59 | - |
| YUV | 126.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 221 | 0.16 | 0.64 | 0 | 0.13 | 284.79 | 0.68 | 0.59 |
| Hex | B9 | 4F | DD | 10 | 40 | 0 | D | 11D | 44 | 3B |
| Octal | 271 | 117 | 335 | 20 | 100 | 0 | 15 | 435 | 104 | 73 |
| Binary | 10111001 | 1001111 | 11011101 | 10000 | 1000000 | 0 | 1101 | 100011101 | 1000100 | 111011 |
Color Harmonies of #B94FDD
Complementary color
Monochromatic Colors of #B94FDD
Black with #B94FDD
Text Example
Text Example
White with #B94FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94FDD; }
p { color: rgb(185,79,221); }
H1.HeaderClassName
{
color: #B94FDD;
}
.AnyTagClassName
{
color: #B94FDD;
}
</style>
background-color css
<style>
a { background-color: #B94FDD; }
a { background-color: rgb(185,79,221); }
div.DivClassName
{
background-color: #B94FDD;
}
.BgClassName
{
background-color: #B94FDD;
}
</style>
border-color css
<style>
span { border-color: #B94FDD; }
span { border-color: rgb(185,79,221); }
td.TdClassName
{
border-color: #B94FDD;
}
.TagClassName
{
border-color: #B94FDD;
}
</style>