Shades of Medium Orchid #B74ACE
Tints of Medium Orchid #B74ACE
RGB
CMYK
RGB Variations
Color information
#B74ACE (or 0xB74ACE) is known color: Medium Orchid. HEX triplet: B7, 4A and CE. RGB value is (183,74,206). Sum of RGB (Red+Green+Blue) = 183+74+206=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #B74ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ACE is #48B531. Grayscale: #797979. Windows color (decimal): -4764978 or 13519543. OLE color: 13519543.
HSL color Cylindrical-coordinate representation of color #B74ACE: hue angle of 289.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74ACE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 74 | 206 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.19 |
| HSL | 289.55º | 0.57% | 0.55% | - |
| HSV(B) | 289.55º | 0.64% | 0.81% | - |
| XYZ | 33.12 | 19.42 | 60.4 | - |
| YUV | 121.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 206 | 0.11 | 0.64 | 0 | 0.19 | 289.55 | 0.57 | 0.55 |
| Hex | B7 | 4A | CE | B | 40 | 0 | 13 | 122 | 39 | 37 |
| Octal | 267 | 112 | 316 | 13 | 100 | 0 | 23 | 442 | 71 | 67 |
| Binary | 10110111 | 1001010 | 11001110 | 1011 | 1000000 | 0 | 10011 | 100100010 | 111001 | 110111 |
Color Harmonies of #B74ACE
Complementary color
Monochromatic Colors of #B74ACE
Black with #B74ACE
Text Example
Text Example
White with #B74ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ACE; }
p { color: rgb(183,74,206); }
H1.HeaderClassName
{
color: #B74ACE;
}
.AnyTagClassName
{
color: #B74ACE;
}
</style>
background-color css
<style>
a { background-color: #B74ACE; }
a { background-color: rgb(183,74,206); }
div.DivClassName
{
background-color: #B74ACE;
}
.BgClassName
{
background-color: #B74ACE;
}
</style>
border-color css
<style>
span { border-color: #B74ACE; }
span { border-color: rgb(183,74,206); }
td.TdClassName
{
border-color: #B74ACE;
}
.TagClassName
{
border-color: #B74ACE;
}
</style>