Shades of Medium Orchid #B34EDC
Tints of Medium Orchid #B34EDC
RGB
CMYK
RGB Variations
Color information
#B34EDC (or 0xB34EDC) is known color: Medium Orchid. HEX triplet: B3, 4E and DC. RGB value is (179,78,220). Sum of RGB (Red+Green+Blue) = 179+78+220=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #B34EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EDC is #4CB123. Grayscale: #7B7B7B. Windows color (decimal): -5026084 or 14438067. OLE color: 14438067.
HSL color Cylindrical-coordinate representation of color #B34EDC: hue angle of 282.68º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34EDC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 78 | 220 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.14 |
| HSL | 282.68º | 0.67% | 0.58% | - |
| HSV(B) | 282.68º | 0.65% | 0.86% | - |
| XYZ | 34.23 | 20.2 | 69.8 | - |
| YUV | 124.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 220 | 0.19 | 0.65 | 0 | 0.14 | 282.68 | 0.67 | 0.58 |
| Hex | B3 | 4E | DC | 13 | 41 | 0 | E | 11B | 43 | 3A |
| Octal | 263 | 116 | 334 | 23 | 101 | 0 | 16 | 433 | 103 | 72 |
| Binary | 10110011 | 1001110 | 11011100 | 10011 | 1000001 | 0 | 1110 | 100011011 | 1000011 | 111010 |
Color Harmonies of #B34EDC
Complementary color
Monochromatic Colors of #B34EDC
Black with #B34EDC
Text Example
Text Example
White with #B34EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EDC; }
p { color: rgb(179,78,220); }
H1.HeaderClassName
{
color: #B34EDC;
}
.AnyTagClassName
{
color: #B34EDC;
}
</style>
background-color css
<style>
a { background-color: #B34EDC; }
a { background-color: rgb(179,78,220); }
div.DivClassName
{
background-color: #B34EDC;
}
.BgClassName
{
background-color: #B34EDC;
}
</style>
border-color css
<style>
span { border-color: #B34EDC; }
span { border-color: rgb(179,78,220); }
td.TdClassName
{
border-color: #B34EDC;
}
.TagClassName
{
border-color: #B34EDC;
}
</style>