Shades of Medium Orchid #B34EDD
Tints of Medium Orchid #B34EDD
RGB
CMYK
RGB Variations
Color information
#B34EDD (or 0xB34EDD) is known color: Medium Orchid. HEX triplet: B3, 4E and DD. RGB value is (179,78,221). Sum of RGB (Red+Green+Blue) = 179+78+221=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EDD is #4CB122. Grayscale: #7C7C7C. Windows color (decimal): -5026083 or 14503603. OLE color: 14503603.
HSL color Cylindrical-coordinate representation of color #B34EDD: hue angle of 282.38º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34EDD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 78 | 221 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.13 |
| HSL | 282.38º | 0.68% | 0.59% | - |
| HSV(B) | 282.38º | 0.65% | 0.87% | - |
| XYZ | 34.37 | 20.25 | 70.5 | - |
| YUV | 124.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 221 | 0.19 | 0.65 | 0 | 0.13 | 282.38 | 0.68 | 0.59 |
| Hex | B3 | 4E | DD | 13 | 41 | 0 | D | 11A | 44 | 3B |
| Octal | 263 | 116 | 335 | 23 | 101 | 0 | 15 | 432 | 104 | 73 |
| Binary | 10110011 | 1001110 | 11011101 | 10011 | 1000001 | 0 | 1101 | 100011010 | 1000100 | 111011 |
Color Harmonies of #B34EDD
Complementary color
Monochromatic Colors of #B34EDD
Black with #B34EDD
Text Example
Text Example
White with #B34EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EDD; }
p { color: rgb(179,78,221); }
H1.HeaderClassName
{
color: #B34EDD;
}
.AnyTagClassName
{
color: #B34EDD;
}
</style>
background-color css
<style>
a { background-color: #B34EDD; }
a { background-color: rgb(179,78,221); }
div.DivClassName
{
background-color: #B34EDD;
}
.BgClassName
{
background-color: #B34EDD;
}
</style>
border-color css
<style>
span { border-color: #B34EDD; }
span { border-color: rgb(179,78,221); }
td.TdClassName
{
border-color: #B34EDD;
}
.TagClassName
{
border-color: #B34EDD;
}
</style>