Shades of Medium Orchid #B04ADB
Tints of Medium Orchid #B04ADB
RGB
CMYK
RGB Variations
Color information
#B04ADB (or 0xB04ADB) is known color: Medium Orchid. HEX triplet: B0, 4A and DB. RGB value is (176,74,219). Sum of RGB (Red+Green+Blue) = 176+74+219=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B04ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ADB is #4FB524. Grayscale: #787878. Windows color (decimal): -5223717 or 14371504. OLE color: 14371504.
HSL color Cylindrical-coordinate representation of color #B04ADB: hue angle of 282.21º 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 #B04ADB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 74 | 219 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.14 |
| HSL | 282.21º | 0.67% | 0.57% | - |
| HSV(B) | 282.21º | 0.66% | 0.86% | - |
| XYZ | 33.14 | 19.24 | 68.99 | - |
| YUV | 121.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 219 | 0.20 | 0.66 | 0 | 0.14 | 282.21 | 0.67 | 0.57 |
| Hex | B0 | 4A | DB | 14 | 42 | 0 | E | 11A | 43 | 39 |
| Octal | 260 | 112 | 333 | 24 | 102 | 0 | 16 | 432 | 103 | 71 |
| Binary | 10110000 | 1001010 | 11011011 | 10100 | 1000010 | 0 | 1110 | 100011010 | 1000011 | 111001 |
Color Harmonies of #B04ADB
Complementary color
Monochromatic Colors of #B04ADB
Black with #B04ADB
Text Example
Text Example
White with #B04ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ADB; }
p { color: rgb(176,74,219); }
H1.HeaderClassName
{
color: #B04ADB;
}
.AnyTagClassName
{
color: #B04ADB;
}
</style>
background-color css
<style>
a { background-color: #B04ADB; }
a { background-color: rgb(176,74,219); }
div.DivClassName
{
background-color: #B04ADB;
}
.BgClassName
{
background-color: #B04ADB;
}
</style>
border-color css
<style>
span { border-color: #B04ADB; }
span { border-color: rgb(176,74,219); }
td.TdClassName
{
border-color: #B04ADB;
}
.TagClassName
{
border-color: #B04ADB;
}
</style>