Shades of Medium Orchid #B94CDC
Tints of Medium Orchid #B94CDC
RGB
CMYK
RGB Variations
Color information
#B94CDC (or 0xB94CDC) is known color: Medium Orchid. HEX triplet: B9, 4C and DC. RGB value is (185,76,220). Sum of RGB (Red+Green+Blue) = 185+76+220=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B94CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CDC is #46B323. Grayscale: #7C7C7C. Windows color (decimal): -4633380 or 14437561. OLE color: 14437561.
HSL color Cylindrical-coordinate representation of color #B94CDC: hue angle of 285.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94CDC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 76 | 220 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.14 |
| HSL | 285.42º | 0.67% | 0.58% | - |
| HSV(B) | 285.42º | 0.65% | 0.86% | - |
| XYZ | 35.51 | 20.65 | 69.82 | - |
| YUV | 125.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 220 | 0.16 | 0.65 | 0 | 0.14 | 285.42 | 0.67 | 0.58 |
| Hex | B9 | 4C | DC | 10 | 41 | 0 | E | 11D | 43 | 3A |
| Octal | 271 | 114 | 334 | 20 | 101 | 0 | 16 | 435 | 103 | 72 |
| Binary | 10111001 | 1001100 | 11011100 | 10000 | 1000001 | 0 | 1110 | 100011101 | 1000011 | 111010 |
Color Harmonies of #B94CDC
Complementary color
Monochromatic Colors of #B94CDC
Black with #B94CDC
Text Example
Text Example
White with #B94CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CDC; }
p { color: rgb(185,76,220); }
H1.HeaderClassName
{
color: #B94CDC;
}
.AnyTagClassName
{
color: #B94CDC;
}
</style>
background-color css
<style>
a { background-color: #B94CDC; }
a { background-color: rgb(185,76,220); }
div.DivClassName
{
background-color: #B94CDC;
}
.BgClassName
{
background-color: #B94CDC;
}
</style>
border-color css
<style>
span { border-color: #B94CDC; }
span { border-color: rgb(185,76,220); }
td.TdClassName
{
border-color: #B94CDC;
}
.TagClassName
{
border-color: #B94CDC;
}
</style>