Shades of Medium Orchid #B94DCF
Tints of Medium Orchid #B94DCF
RGB
CMYK
RGB Variations
Color information
#B94DCF (or 0xB94DCF) is known color: Medium Orchid. HEX triplet: B9, 4D and CF. RGB value is (185,77,207). Sum of RGB (Red+Green+Blue) = 185+77+207=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B94DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DCF is #46B230. Grayscale: #7B7B7B. Windows color (decimal): -4633137 or 13585849. OLE color: 13585849.
HSL color Cylindrical-coordinate representation of color #B94DCF: hue angle of 289.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94DCF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 77 | 207 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.19 |
| HSL | 289.85º | 0.58% | 0.56% | - |
| HSV(B) | 289.85º | 0.63% | 0.81% | - |
| XYZ | 33.92 | 20.13 | 61.13 | - |
| YUV | 124.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 207 | 0.11 | 0.63 | 0 | 0.19 | 289.85 | 0.58 | 0.56 |
| Hex | B9 | 4D | CF | B | 3F | 0 | 13 | 122 | 3A | 38 |
| Octal | 271 | 115 | 317 | 13 | 77 | 0 | 23 | 442 | 72 | 70 |
| Binary | 10111001 | 1001101 | 11001111 | 1011 | 111111 | 0 | 10011 | 100100010 | 111010 | 111000 |
Color Harmonies of #B94DCF
Complementary color
Monochromatic Colors of #B94DCF
Black with #B94DCF
Text Example
Text Example
White with #B94DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DCF; }
p { color: rgb(185,77,207); }
H1.HeaderClassName
{
color: #B94DCF;
}
.AnyTagClassName
{
color: #B94DCF;
}
</style>
background-color css
<style>
a { background-color: #B94DCF; }
a { background-color: rgb(185,77,207); }
div.DivClassName
{
background-color: #B94DCF;
}
.BgClassName
{
background-color: #B94DCF;
}
</style>
border-color css
<style>
span { border-color: #B94DCF; }
span { border-color: rgb(185,77,207); }
td.TdClassName
{
border-color: #B94DCF;
}
.TagClassName
{
border-color: #B94DCF;
}
</style>