Shades of Medium Orchid #B04ADC
Tints of Medium Orchid #B04ADC
RGB
CMYK
RGB Variations
Color information
#B04ADC (or 0xB04ADC) is known color: Medium Orchid. HEX triplet: B0, 4A and DC. RGB value is (176,74,220). Sum of RGB (Red+Green+Blue) = 176+74+220=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B04ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ADC is #4FB523. Grayscale: #787878. Windows color (decimal): -5223716 or 14437040. OLE color: 14437040.
HSL color Cylindrical-coordinate representation of color #B04ADC: hue angle of 281.92º 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 #B04ADC is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 74 | 220 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.14 |
| HSL | 281.92º | 0.68% | 0.58% | - |
| HSV(B) | 281.92º | 0.66% | 0.86% | - |
| XYZ | 33.27 | 19.29 | 69.68 | - |
| YUV | 121.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 220 | 0.2 | 0.66 | 0 | 0.14 | 281.92 | 0.68 | 0.58 |
| Hex | B0 | 4A | DC | 14 | 42 | 0 | E | 11A | 44 | 3A |
| Octal | 260 | 112 | 334 | 24 | 102 | 0 | 16 | 432 | 104 | 72 |
| Binary | 10110000 | 1001010 | 11011100 | 10100 | 1000010 | 0 | 1110 | 100011010 | 1000100 | 111010 |
Color Harmonies of #B04ADC
Complementary color
Monochromatic Colors of #B04ADC
Black with #B04ADC
Text Example
Text Example
White with #B04ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ADC; }
p { color: rgb(176,74,220); }
H1.HeaderClassName
{
color: #B04ADC;
}
.AnyTagClassName
{
color: #B04ADC;
}
</style>
background-color css
<style>
a { background-color: #B04ADC; }
a { background-color: rgb(176,74,220); }
div.DivClassName
{
background-color: #B04ADC;
}
.BgClassName
{
background-color: #B04ADC;
}
</style>
border-color css
<style>
span { border-color: #B04ADC; }
span { border-color: rgb(176,74,220); }
td.TdClassName
{
border-color: #B04ADC;
}
.TagClassName
{
border-color: #B04ADC;
}
</style>