Shades of Medium Orchid #B34ACD
Tints of Medium Orchid #B34ACD
RGB
CMYK
RGB Variations
Color information
#B34ACD (or 0xB34ACD) is known color: Medium Orchid. HEX triplet: B3, 4A and CD. RGB value is (179,74,205). Sum of RGB (Red+Green+Blue) = 179+74+205=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #B34ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ACD is #4CB532. Grayscale: #777777. Windows color (decimal): -5027123 or 13454003. OLE color: 13454003.
HSL color Cylindrical-coordinate representation of color #B34ACD: hue angle of 288.09º degrees, saturation: 0.57, 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 #B34ACD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 74 | 205 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.20 |
| HSL | 288.09º | 0.57% | 0.55% | - |
| HSV(B) | 288.09º | 0.64% | 0.8% | - |
| XYZ | 32.06 | 18.89 | 59.71 | - |
| YUV | 120.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 205 | 0.13 | 0.64 | 0 | 0.20 | 288.09 | 0.57 | 0.55 |
| Hex | B3 | 4A | CD | D | 40 | 0 | 14 | 120 | 39 | 37 |
| Octal | 263 | 112 | 315 | 15 | 100 | 0 | 24 | 440 | 71 | 67 |
| Binary | 10110011 | 1001010 | 11001101 | 1101 | 1000000 | 0 | 10100 | 100100000 | 111001 | 110111 |
Color Harmonies of #B34ACD
Complementary color
Monochromatic Colors of #B34ACD
Black with #B34ACD
Text Example
Text Example
White with #B34ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ACD; }
p { color: rgb(179,74,205); }
H1.HeaderClassName
{
color: #B34ACD;
}
.AnyTagClassName
{
color: #B34ACD;
}
</style>
background-color css
<style>
a { background-color: #B34ACD; }
a { background-color: rgb(179,74,205); }
div.DivClassName
{
background-color: #B34ACD;
}
.BgClassName
{
background-color: #B34ACD;
}
</style>
border-color css
<style>
span { border-color: #B34ACD; }
span { border-color: rgb(179,74,205); }
td.TdClassName
{
border-color: #B34ACD;
}
.TagClassName
{
border-color: #B34ACD;
}
</style>