Shades of Medium Orchid #B04AD6
Tints of Medium Orchid #B04AD6
RGB
CMYK
RGB Variations
Color information
#B04AD6 (or 0xB04AD6) is known color: Medium Orchid. HEX triplet: B0, 4A and D6. RGB value is (176,74,214). Sum of RGB (Red+Green+Blue) = 176+74+214=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #B04AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04AD6 is #4FB529. Grayscale: #787878. Windows color (decimal): -5223722 or 14043824. OLE color: 14043824.
HSL color Cylindrical-coordinate representation of color #B04AD6: hue angle of 283.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04AD6 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 74 | 214 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.16 |
| HSL | 283.71º | 0.63% | 0.56% | - |
| HSV(B) | 283.71º | 0.65% | 0.84% | - |
| XYZ | 32.49 | 18.98 | 65.57 | - |
| YUV | 120.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 214 | 0.18 | 0.65 | 0 | 0.16 | 283.71 | 0.63 | 0.56 |
| Hex | B0 | 4A | D6 | 12 | 41 | 0 | 10 | 11C | 3F | 38 |
| Octal | 260 | 112 | 326 | 22 | 101 | 0 | 20 | 434 | 77 | 70 |
| Binary | 10110000 | 1001010 | 11010110 | 10010 | 1000001 | 0 | 10000 | 100011100 | 111111 | 111000 |
Color Harmonies of #B04AD6
Complementary color
Monochromatic Colors of #B04AD6
Black with #B04AD6
Text Example
Text Example
White with #B04AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AD6; }
p { color: rgb(176,74,214); }
H1.HeaderClassName
{
color: #B04AD6;
}
.AnyTagClassName
{
color: #B04AD6;
}
</style>
background-color css
<style>
a { background-color: #B04AD6; }
a { background-color: rgb(176,74,214); }
div.DivClassName
{
background-color: #B04AD6;
}
.BgClassName
{
background-color: #B04AD6;
}
</style>
border-color css
<style>
span { border-color: #B04AD6; }
span { border-color: rgb(176,74,214); }
td.TdClassName
{
border-color: #B04AD6;
}
.TagClassName
{
border-color: #B04AD6;
}
</style>