Shades of Medium Orchid #B94CCF
Tints of Medium Orchid #B94CCF
RGB
CMYK
RGB Variations
Color information
#B94CCF (or 0xB94CCF) is known color: Medium Orchid. HEX triplet: B9, 4C and CF. RGB value is (185,76,207). Sum of RGB (Red+Green+Blue) = 185+76+207=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B94CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CCF is #46B330. Grayscale: #7B7B7B. Windows color (decimal): -4633393 or 13585593. OLE color: 13585593.
HSL color Cylindrical-coordinate representation of color #B94CCF: hue angle of 289.92º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94CCF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 76 | 207 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.19 |
| HSL | 289.92º | 0.58% | 0.55% | - |
| HSV(B) | 289.92º | 0.63% | 0.81% | - |
| XYZ | 33.85 | 19.99 | 61.11 | - |
| YUV | 123.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 207 | 0.11 | 0.63 | 0 | 0.19 | 289.92 | 0.58 | 0.55 |
| Hex | B9 | 4C | CF | B | 3F | 0 | 13 | 122 | 3A | 37 |
| Octal | 271 | 114 | 317 | 13 | 77 | 0 | 23 | 442 | 72 | 67 |
| Binary | 10111001 | 1001100 | 11001111 | 1011 | 111111 | 0 | 10011 | 100100010 | 111010 | 110111 |
Color Harmonies of #B94CCF
Complementary color
Monochromatic Colors of #B94CCF
Black with #B94CCF
Text Example
Text Example
White with #B94CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CCF; }
p { color: rgb(185,76,207); }
H1.HeaderClassName
{
color: #B94CCF;
}
.AnyTagClassName
{
color: #B94CCF;
}
</style>
background-color css
<style>
a { background-color: #B94CCF; }
a { background-color: rgb(185,76,207); }
div.DivClassName
{
background-color: #B94CCF;
}
.BgClassName
{
background-color: #B94CCF;
}
</style>
border-color css
<style>
span { border-color: #B94CCF; }
span { border-color: rgb(185,76,207); }
td.TdClassName
{
border-color: #B94CCF;
}
.TagClassName
{
border-color: #B94CCF;
}
</style>