Shades of Medium Orchid #B34AD3
Tints of Medium Orchid #B34AD3
RGB
CMYK
RGB Variations
Color information
#B34AD3 (or 0xB34AD3) is known color: Medium Orchid. HEX triplet: B3, 4A and D3. RGB value is (179,74,211). Sum of RGB (Red+Green+Blue) = 179+74+211=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #B34AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AD3 is #4CB52C. Grayscale: #787878. Windows color (decimal): -5027117 or 13847219. OLE color: 13847219.
HSL color Cylindrical-coordinate representation of color #B34AD3: hue angle of 285.99º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34AD3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 74 | 211 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.17 |
| HSL | 285.99º | 0.61% | 0.56% | - |
| HSV(B) | 285.99º | 0.65% | 0.83% | - |
| XYZ | 32.8 | 19.18 | 63.6 | - |
| YUV | 121.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 211 | 0.15 | 0.65 | 0 | 0.17 | 285.99 | 0.61 | 0.56 |
| Hex | B3 | 4A | D3 | F | 41 | 0 | 11 | 11E | 3D | 38 |
| Octal | 263 | 112 | 323 | 17 | 101 | 0 | 21 | 436 | 75 | 70 |
| Binary | 10110011 | 1001010 | 11010011 | 1111 | 1000001 | 0 | 10001 | 100011110 | 111101 | 111000 |
Color Harmonies of #B34AD3
Complementary color
Monochromatic Colors of #B34AD3
Black with #B34AD3
Text Example
Text Example
White with #B34AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34AD3; }
p { color: rgb(179,74,211); }
H1.HeaderClassName
{
color: #B34AD3;
}
.AnyTagClassName
{
color: #B34AD3;
}
</style>
background-color css
<style>
a { background-color: #B34AD3; }
a { background-color: rgb(179,74,211); }
div.DivClassName
{
background-color: #B34AD3;
}
.BgClassName
{
background-color: #B34AD3;
}
</style>
border-color css
<style>
span { border-color: #B34AD3; }
span { border-color: rgb(179,74,211); }
td.TdClassName
{
border-color: #B34AD3;
}
.TagClassName
{
border-color: #B34AD3;
}
</style>