Shades of Medium Orchid #B34CDA
Tints of Medium Orchid #B34CDA
RGB
CMYK
RGB Variations
Color information
#B34CDA (or 0xB34CDA) is known color: Medium Orchid. HEX triplet: B3, 4C and DA. RGB value is (179,76,218). Sum of RGB (Red+Green+Blue) = 179+76+218=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B34CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CDA is #4CB325. Grayscale: #7A7A7A. Windows color (decimal): -5026598 or 14306483. OLE color: 14306483.
HSL color Cylindrical-coordinate representation of color #B34CDA: hue angle of 283.52º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34CDA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 76 | 218 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.15 |
| HSL | 283.52º | 0.66% | 0.58% | - |
| HSV(B) | 283.52º | 0.65% | 0.85% | - |
| XYZ | 33.83 | 19.81 | 68.37 | - |
| YUV | 122.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 218 | 0.18 | 0.65 | 0 | 0.15 | 283.52 | 0.66 | 0.58 |
| Hex | B3 | 4C | DA | 12 | 41 | 0 | F | 11C | 42 | 3A |
| Octal | 263 | 114 | 332 | 22 | 101 | 0 | 17 | 434 | 102 | 72 |
| Binary | 10110011 | 1001100 | 11011010 | 10010 | 1000001 | 0 | 1111 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B34CDA
Complementary color
Monochromatic Colors of #B34CDA
Black with #B34CDA
Text Example
Text Example
White with #B34CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CDA; }
p { color: rgb(179,76,218); }
H1.HeaderClassName
{
color: #B34CDA;
}
.AnyTagClassName
{
color: #B34CDA;
}
</style>
background-color css
<style>
a { background-color: #B34CDA; }
a { background-color: rgb(179,76,218); }
div.DivClassName
{
background-color: #B34CDA;
}
.BgClassName
{
background-color: #B34CDA;
}
</style>
border-color css
<style>
span { border-color: #B34CDA; }
span { border-color: rgb(179,76,218); }
td.TdClassName
{
border-color: #B34CDA;
}
.TagClassName
{
border-color: #B34CDA;
}
</style>