Shades of Medium Orchid #B34ADD
Tints of Medium Orchid #B34ADD
RGB
CMYK
RGB Variations
Color information
#B34ADD (or 0xB34ADD) is known color: Medium Orchid. HEX triplet: B3, 4A and DD. RGB value is (179,74,221). Sum of RGB (Red+Green+Blue) = 179+74+221=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADD is #4CB522. Grayscale: #797979. Windows color (decimal): -5027107 or 14502579. OLE color: 14502579.
HSL color Cylindrical-coordinate representation of color #B34ADD: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34ADD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 74 | 221 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 282.86º | 0.68% | 0.58% | - |
| HSV(B) | 282.86º | 0.67% | 0.87% | - |
| XYZ | 34.09 | 19.7 | 70.41 | - |
| YUV | 122.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 221 | 0.19 | 0.67 | 0 | 0.13 | 282.86 | 0.68 | 0.58 |
| Hex | B3 | 4A | DD | 13 | 43 | 0 | D | 11B | 44 | 3A |
| Octal | 263 | 112 | 335 | 23 | 103 | 0 | 15 | 433 | 104 | 72 |
| Binary | 10110011 | 1001010 | 11011101 | 10011 | 1000011 | 0 | 1101 | 100011011 | 1000100 | 111010 |
Color Harmonies of #B34ADD
Complementary color
Monochromatic Colors of #B34ADD
Black with #B34ADD
Text Example
Text Example
White with #B34ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ADD; }
p { color: rgb(179,74,221); }
H1.HeaderClassName
{
color: #B34ADD;
}
.AnyTagClassName
{
color: #B34ADD;
}
</style>
background-color css
<style>
a { background-color: #B34ADD; }
a { background-color: rgb(179,74,221); }
div.DivClassName
{
background-color: #B34ADD;
}
.BgClassName
{
background-color: #B34ADD;
}
</style>
border-color css
<style>
span { border-color: #B34ADD; }
span { border-color: rgb(179,74,221); }
td.TdClassName
{
border-color: #B34ADD;
}
.TagClassName
{
border-color: #B34ADD;
}
</style>