Shades of Medium Orchid #B94ACC
Tints of Medium Orchid #B94ACC
RGB
CMYK
RGB Variations
Color information
#B94ACC (or 0xB94ACC) is known color: Medium Orchid. HEX triplet: B9, 4A and CC. RGB value is (185,74,204). Sum of RGB (Red+Green+Blue) = 185+74+204=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #B94ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ACC is #46B533. Grayscale: #797979. Windows color (decimal): -4633908 or 13388473. OLE color: 13388473.
HSL color Cylindrical-coordinate representation of color #B94ACC: hue angle of 291.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94ACC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 74 | 204 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.2 |
| HSL | 291.23º | 0.56% | 0.55% | - |
| HSV(B) | 291.23º | 0.64% | 0.8% | - |
| XYZ | 33.36 | 19.57 | 59.15 | - |
| YUV | 122.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 204 | 0.09 | 0.64 | 0 | 0.2 | 291.23 | 0.56 | 0.55 |
| Hex | B9 | 4A | CC | 9 | 40 | 0 | 14 | 123 | 38 | 37 |
| Octal | 271 | 112 | 314 | 11 | 100 | 0 | 24 | 443 | 70 | 67 |
| Binary | 10111001 | 1001010 | 11001100 | 1001 | 1000000 | 0 | 10100 | 100100011 | 111000 | 110111 |
Color Harmonies of #B94ACC
Complementary color
Monochromatic Colors of #B94ACC
Black with #B94ACC
Text Example
Text Example
White with #B94ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94ACC; }
p { color: rgb(185,74,204); }
H1.HeaderClassName
{
color: #B94ACC;
}
.AnyTagClassName
{
color: #B94ACC;
}
</style>
background-color css
<style>
a { background-color: #B94ACC; }
a { background-color: rgb(185,74,204); }
div.DivClassName
{
background-color: #B94ACC;
}
.BgClassName
{
background-color: #B94ACC;
}
</style>
border-color css
<style>
span { border-color: #B94ACC; }
span { border-color: rgb(185,74,204); }
td.TdClassName
{
border-color: #B94ACC;
}
.TagClassName
{
border-color: #B94ACC;
}
</style>