Shades of Medium Orchid #B34EDF
Tints of Medium Orchid #B34EDF
RGB
CMYK
RGB Variations
Color information
#B34EDF (or 0xB34EDF) is known color: Medium Orchid. HEX triplet: B3, 4E and DF. RGB value is (179,78,223). Sum of RGB (Red+Green+Blue) = 179+78+223=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B34EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EDF is #4CB120. Grayscale: #7C7C7C. Windows color (decimal): -5026081 or 14634675. OLE color: 14634675.
HSL color Cylindrical-coordinate representation of color #B34EDF: hue angle of 281.79º degrees, saturation: 0.69, 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 #B34EDF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 78 | 223 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.13 |
| HSL | 281.79º | 0.69% | 0.59% | - |
| HSV(B) | 281.79º | 0.65% | 0.87% | - |
| XYZ | 34.63 | 20.36 | 71.92 | - |
| YUV | 124.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 223 | 0.20 | 0.65 | 0 | 0.13 | 281.79 | 0.69 | 0.59 |
| Hex | B3 | 4E | DF | 14 | 41 | 0 | D | 11A | 45 | 3B |
| Octal | 263 | 116 | 337 | 24 | 101 | 0 | 15 | 432 | 105 | 73 |
| Binary | 10110011 | 1001110 | 11011111 | 10100 | 1000001 | 0 | 1101 | 100011010 | 1000101 | 111011 |
Color Harmonies of #B34EDF
Complementary color
Monochromatic Colors of #B34EDF
Black with #B34EDF
Text Example
Text Example
White with #B34EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EDF; }
p { color: rgb(179,78,223); }
H1.HeaderClassName
{
color: #B34EDF;
}
.AnyTagClassName
{
color: #B34EDF;
}
</style>
background-color css
<style>
a { background-color: #B34EDF; }
a { background-color: rgb(179,78,223); }
div.DivClassName
{
background-color: #B34EDF;
}
.BgClassName
{
background-color: #B34EDF;
}
</style>
border-color css
<style>
span { border-color: #B34EDF; }
span { border-color: rgb(179,78,223); }
td.TdClassName
{
border-color: #B34EDF;
}
.TagClassName
{
border-color: #B34EDF;
}
</style>