Shades of Medium Orchid #B34AD5
Tints of Medium Orchid #B34AD5
RGB
CMYK
RGB Variations
Color information
#B34AD5 (or 0xB34AD5) is known color: Medium Orchid. HEX triplet: B3, 4A and D5. RGB value is (179,74,213). Sum of RGB (Red+Green+Blue) = 179+74+213=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #B34AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AD5 is #4CB52A. Grayscale: #787878. Windows color (decimal): -5027115 or 13978291. OLE color: 13978291.
HSL color Cylindrical-coordinate representation of color #B34AD5: hue angle of 285.32º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34AD5 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 74 | 213 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.16 |
| HSL | 285.32º | 0.62% | 0.56% | - |
| HSV(B) | 285.32º | 0.65% | 0.84% | - |
| XYZ | 33.05 | 19.29 | 64.93 | - |
| YUV | 121.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 213 | 0.16 | 0.65 | 0 | 0.16 | 285.32 | 0.62 | 0.56 |
| Hex | B3 | 4A | D5 | 10 | 41 | 0 | 10 | 11D | 3E | 38 |
| Octal | 263 | 112 | 325 | 20 | 101 | 0 | 20 | 435 | 76 | 70 |
| Binary | 10110011 | 1001010 | 11010101 | 10000 | 1000001 | 0 | 10000 | 100011101 | 111110 | 111000 |
Color Harmonies of #B34AD5
Complementary color
Monochromatic Colors of #B34AD5
Black with #B34AD5
Text Example
Text Example
White with #B34AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34AD5; }
p { color: rgb(179,74,213); }
H1.HeaderClassName
{
color: #B34AD5;
}
.AnyTagClassName
{
color: #B34AD5;
}
</style>
background-color css
<style>
a { background-color: #B34AD5; }
a { background-color: rgb(179,74,213); }
div.DivClassName
{
background-color: #B34AD5;
}
.BgClassName
{
background-color: #B34AD5;
}
</style>
border-color css
<style>
span { border-color: #B34AD5; }
span { border-color: rgb(179,74,213); }
td.TdClassName
{
border-color: #B34AD5;
}
.TagClassName
{
border-color: #B34AD5;
}
</style>