Shades of Medium Orchid #B84ADC
Tints of Medium Orchid #B84ADC
RGB
CMYK
RGB Variations
Color information
#B84ADC (or 0xB84ADC) is known color: Medium Orchid. HEX triplet: B8, 4A and DC. RGB value is (184,74,220). Sum of RGB (Red+Green+Blue) = 184+74+220=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #B84ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ADC is #47B523. Grayscale: #7B7B7B. Windows color (decimal): -4699428 or 14437048. OLE color: 14437048.
HSL color Cylindrical-coordinate representation of color #B84ADC: hue angle of 285.21º 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 #B84ADC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 74 | 220 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.14 |
| HSL | 285.21º | 0.68% | 0.58% | - |
| HSV(B) | 285.21º | 0.66% | 0.86% | - |
| XYZ | 35.13 | 20.26 | 69.77 | - |
| YUV | 123.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 220 | 0.16 | 0.66 | 0 | 0.14 | 285.21 | 0.68 | 0.58 |
| Hex | B8 | 4A | DC | 10 | 42 | 0 | E | 11D | 44 | 3A |
| Octal | 270 | 112 | 334 | 20 | 102 | 0 | 16 | 435 | 104 | 72 |
| Binary | 10111000 | 1001010 | 11011100 | 10000 | 1000010 | 0 | 1110 | 100011101 | 1000100 | 111010 |
Color Harmonies of #B84ADC
Complementary color
Monochromatic Colors of #B84ADC
Black with #B84ADC
Text Example
Text Example
White with #B84ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ADC; }
p { color: rgb(184,74,220); }
H1.HeaderClassName
{
color: #B84ADC;
}
.AnyTagClassName
{
color: #B84ADC;
}
</style>
background-color css
<style>
a { background-color: #B84ADC; }
a { background-color: rgb(184,74,220); }
div.DivClassName
{
background-color: #B84ADC;
}
.BgClassName
{
background-color: #B84ADC;
}
</style>
border-color css
<style>
span { border-color: #B84ADC; }
span { border-color: rgb(184,74,220); }
td.TdClassName
{
border-color: #B84ADC;
}
.TagClassName
{
border-color: #B84ADC;
}
</style>