Shades of Medium Orchid #B34ADC
Tints of Medium Orchid #B34ADC
RGB
CMYK
RGB Variations
Color information
#B34ADC (or 0xB34ADC) is known color: Medium Orchid. HEX triplet: B3, 4A and DC. RGB value is (179,74,220). Sum of RGB (Red+Green+Blue) = 179+74+220=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #B34ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADC is #4CB523. Grayscale: #797979. Windows color (decimal): -5027108 or 14437043. OLE color: 14437043.
HSL color Cylindrical-coordinate representation of color #B34ADC: hue angle of 283.15º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34ADC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 74 | 220 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.14 |
| HSL | 283.15º | 0.68% | 0.58% | - |
| HSV(B) | 283.15º | 0.66% | 0.86% | - |
| XYZ | 33.96 | 19.65 | 69.71 | - |
| YUV | 122.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 220 | 0.19 | 0.66 | 0 | 0.14 | 283.15 | 0.68 | 0.58 |
| Hex | B3 | 4A | DC | 13 | 42 | 0 | E | 11B | 44 | 3A |
| Octal | 263 | 112 | 334 | 23 | 102 | 0 | 16 | 433 | 104 | 72 |
| Binary | 10110011 | 1001010 | 11011100 | 10011 | 1000010 | 0 | 1110 | 100011011 | 1000100 | 111010 |
Color Harmonies of #B34ADC
Complementary color
Monochromatic Colors of #B34ADC
Black with #B34ADC
Text Example
Text Example
White with #B34ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ADC; }
p { color: rgb(179,74,220); }
H1.HeaderClassName
{
color: #B34ADC;
}
.AnyTagClassName
{
color: #B34ADC;
}
</style>
background-color css
<style>
a { background-color: #B34ADC; }
a { background-color: rgb(179,74,220); }
div.DivClassName
{
background-color: #B34ADC;
}
.BgClassName
{
background-color: #B34ADC;
}
</style>
border-color css
<style>
span { border-color: #B34ADC; }
span { border-color: rgb(179,74,220); }
td.TdClassName
{
border-color: #B34ADC;
}
.TagClassName
{
border-color: #B34ADC;
}
</style>