Shades of Medium Orchid #B34ADB
Tints of Medium Orchid #B34ADB
RGB
CMYK
RGB Variations
Color information
#B34ADB (or 0xB34ADB) is known color: Medium Orchid. HEX triplet: B3, 4A and DB. RGB value is (179,74,219). Sum of RGB (Red+Green+Blue) = 179+74+219=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #B34ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADB is #4CB524. Grayscale: #797979. Windows color (decimal): -5027109 or 14371507. OLE color: 14371507.
HSL color Cylindrical-coordinate representation of color #B34ADB: hue angle of 283.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34ADB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 74 | 219 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.14 |
| HSL | 283.45º | 0.67% | 0.57% | - |
| HSV(B) | 283.45º | 0.66% | 0.86% | - |
| XYZ | 33.83 | 19.6 | 69.02 | - |
| YUV | 121.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 219 | 0.18 | 0.66 | 0 | 0.14 | 283.45 | 0.67 | 0.57 |
| Hex | B3 | 4A | DB | 12 | 42 | 0 | E | 11B | 43 | 39 |
| Octal | 263 | 112 | 333 | 22 | 102 | 0 | 16 | 433 | 103 | 71 |
| Binary | 10110011 | 1001010 | 11011011 | 10010 | 1000010 | 0 | 1110 | 100011011 | 1000011 | 111001 |
Color Harmonies of #B34ADB
Complementary color
Monochromatic Colors of #B34ADB
Black with #B34ADB
Text Example
Text Example
White with #B34ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ADB; }
p { color: rgb(179,74,219); }
H1.HeaderClassName
{
color: #B34ADB;
}
.AnyTagClassName
{
color: #B34ADB;
}
</style>
background-color css
<style>
a { background-color: #B34ADB; }
a { background-color: rgb(179,74,219); }
div.DivClassName
{
background-color: #B34ADB;
}
.BgClassName
{
background-color: #B34ADB;
}
</style>
border-color css
<style>
span { border-color: #B34ADB; }
span { border-color: rgb(179,74,219); }
td.TdClassName
{
border-color: #B34ADB;
}
.TagClassName
{
border-color: #B34ADB;
}
</style>