Shades of Medium Orchid #B94BCD
Tints of Medium Orchid #B94BCD
RGB
CMYK
RGB Variations
Color information
#B94BCD (or 0xB94BCD) is known color: Medium Orchid. HEX triplet: B9, 4B and CD. RGB value is (185,75,205). Sum of RGB (Red+Green+Blue) = 185+75+205=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B94BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BCD is #46B432. Grayscale: #7A7A7A. Windows color (decimal): -4633651 or 13454265. OLE color: 13454265.
HSL color Cylindrical-coordinate representation of color #B94BCD: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94BCD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 75 | 205 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.20 |
| HSL | 290.77º | 0.57% | 0.55% | - |
| HSV(B) | 290.77º | 0.63% | 0.8% | - |
| XYZ | 33.54 | 19.75 | 59.8 | - |
| YUV | 122.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 205 | 0.10 | 0.63 | 0 | 0.20 | 290.77 | 0.57 | 0.55 |
| Hex | B9 | 4B | CD | A | 3F | 0 | 14 | 123 | 39 | 37 |
| Octal | 271 | 113 | 315 | 12 | 77 | 0 | 24 | 443 | 71 | 67 |
| Binary | 10111001 | 1001011 | 11001101 | 1010 | 111111 | 0 | 10100 | 100100011 | 111001 | 110111 |
Color Harmonies of #B94BCD
Complementary color
Monochromatic Colors of #B94BCD
Black with #B94BCD
Text Example
Text Example
White with #B94BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BCD; }
p { color: rgb(185,75,205); }
H1.HeaderClassName
{
color: #B94BCD;
}
.AnyTagClassName
{
color: #B94BCD;
}
</style>
background-color css
<style>
a { background-color: #B94BCD; }
a { background-color: rgb(185,75,205); }
div.DivClassName
{
background-color: #B94BCD;
}
.BgClassName
{
background-color: #B94BCD;
}
</style>
border-color css
<style>
span { border-color: #B94BCD; }
span { border-color: rgb(185,75,205); }
td.TdClassName
{
border-color: #B94BCD;
}
.TagClassName
{
border-color: #B94BCD;
}
</style>