Shades of Medium Orchid #B34DCC
Tints of Medium Orchid #B34DCC
RGB
CMYK
RGB Variations
Color information
#B34DCC (or 0xB34DCC) is known color: Medium Orchid. HEX triplet: B3, 4D and CC. RGB value is (179,77,204). Sum of RGB (Red+Green+Blue) = 179+77+204=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B34DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DCC is #4CB233. Grayscale: #797979. Windows color (decimal): -5026356 or 13389235. OLE color: 13389235.
HSL color Cylindrical-coordinate representation of color #B34DCC: hue angle of 288.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34DCC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 77 | 204 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.2 |
| HSL | 288.19º | 0.55% | 0.55% | - |
| HSV(B) | 288.19º | 0.62% | 0.8% | - |
| XYZ | 32.14 | 19.25 | 59.15 | - |
| YUV | 121.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 204 | 0.12 | 0.62 | 0 | 0.2 | 288.19 | 0.55 | 0.55 |
| Hex | B3 | 4D | CC | C | 3E | 0 | 14 | 120 | 37 | 37 |
| Octal | 263 | 115 | 314 | 14 | 76 | 0 | 24 | 440 | 67 | 67 |
| Binary | 10110011 | 1001101 | 11001100 | 1100 | 111110 | 0 | 10100 | 100100000 | 110111 | 110111 |
Color Harmonies of #B34DCC
Complementary color
Monochromatic Colors of #B34DCC
Black with #B34DCC
Text Example
Text Example
White with #B34DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DCC; }
p { color: rgb(179,77,204); }
H1.HeaderClassName
{
color: #B34DCC;
}
.AnyTagClassName
{
color: #B34DCC;
}
</style>
background-color css
<style>
a { background-color: #B34DCC; }
a { background-color: rgb(179,77,204); }
div.DivClassName
{
background-color: #B34DCC;
}
.BgClassName
{
background-color: #B34DCC;
}
</style>
border-color css
<style>
span { border-color: #B34DCC; }
span { border-color: rgb(179,77,204); }
td.TdClassName
{
border-color: #B34DCC;
}
.TagClassName
{
border-color: #B34DCC;
}
</style>