Shades of Medium Orchid #B94CDD
Tints of Medium Orchid #B94CDD
RGB
CMYK
RGB Variations
Color information
#B94CDD (or 0xB94CDD) is known color: Medium Orchid. HEX triplet: B9, 4C and DD. RGB value is (185,76,221). Sum of RGB (Red+Green+Blue) = 185+76+221=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B94CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CDD is #46B322. Grayscale: #7C7C7C. Windows color (decimal): -4633379 or 14503097. OLE color: 14503097.
HSL color Cylindrical-coordinate representation of color #B94CDD: hue angle of 285.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94CDD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 76 | 221 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.13 |
| HSL | 285.1º | 0.68% | 0.58% | - |
| HSV(B) | 285.1º | 0.66% | 0.87% | - |
| XYZ | 35.64 | 20.7 | 70.52 | - |
| YUV | 125.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 221 | 0.16 | 0.66 | 0 | 0.13 | 285.1 | 0.68 | 0.58 |
| Hex | B9 | 4C | DD | 10 | 42 | 0 | D | 11D | 44 | 3A |
| Octal | 271 | 114 | 335 | 20 | 102 | 0 | 15 | 435 | 104 | 72 |
| Binary | 10111001 | 1001100 | 11011101 | 10000 | 1000010 | 0 | 1101 | 100011101 | 1000100 | 111010 |
Color Harmonies of #B94CDD
Complementary color
Monochromatic Colors of #B94CDD
Black with #B94CDD
Text Example
Text Example
White with #B94CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CDD; }
p { color: rgb(185,76,221); }
H1.HeaderClassName
{
color: #B94CDD;
}
.AnyTagClassName
{
color: #B94CDD;
}
</style>
background-color css
<style>
a { background-color: #B94CDD; }
a { background-color: rgb(185,76,221); }
div.DivClassName
{
background-color: #B94CDD;
}
.BgClassName
{
background-color: #B94CDD;
}
</style>
border-color css
<style>
span { border-color: #B94CDD; }
span { border-color: rgb(185,76,221); }
td.TdClassName
{
border-color: #B94CDD;
}
.TagClassName
{
border-color: #B94CDD;
}
</style>