Shades of Medium Orchid #B34ED3
Tints of Medium Orchid #B34ED3
RGB
CMYK
RGB Variations
Color information
#B34ED3 (or 0xB34ED3) is known color: Medium Orchid. HEX triplet: B3, 4E and D3. RGB value is (179,78,211). Sum of RGB (Red+Green+Blue) = 179+78+211=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #B34ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34ED3 is #4CB12C. Grayscale: #7A7A7A. Windows color (decimal): -5026093 or 13848243. OLE color: 13848243.
HSL color Cylindrical-coordinate representation of color #B34ED3: hue angle of 285.56º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34ED3 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 78 | 211 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.17 |
| HSL | 285.56º | 0.6% | 0.57% | - |
| HSV(B) | 285.56º | 0.63% | 0.83% | - |
| XYZ | 33.07 | 19.74 | 63.69 | - |
| YUV | 123.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 211 | 0.15 | 0.63 | 0 | 0.17 | 285.56 | 0.6 | 0.57 |
| Hex | B3 | 4E | D3 | F | 3F | 0 | 11 | 11E | 3C | 39 |
| Octal | 263 | 116 | 323 | 17 | 77 | 0 | 21 | 436 | 74 | 71 |
| Binary | 10110011 | 1001110 | 11010011 | 1111 | 111111 | 0 | 10001 | 100011110 | 111100 | 111001 |
Color Harmonies of #B34ED3
Complementary color
Monochromatic Colors of #B34ED3
Black with #B34ED3
Text Example
Text Example
White with #B34ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ED3; }
p { color: rgb(179,78,211); }
H1.HeaderClassName
{
color: #B34ED3;
}
.AnyTagClassName
{
color: #B34ED3;
}
</style>
background-color css
<style>
a { background-color: #B34ED3; }
a { background-color: rgb(179,78,211); }
div.DivClassName
{
background-color: #B34ED3;
}
.BgClassName
{
background-color: #B34ED3;
}
</style>
border-color css
<style>
span { border-color: #B34ED3; }
span { border-color: rgb(179,78,211); }
td.TdClassName
{
border-color: #B34ED3;
}
.TagClassName
{
border-color: #B34ED3;
}
</style>