Shades of Medium Orchid #B84AD5
Tints of Medium Orchid #B84AD5
RGB
CMYK
RGB Variations
Color information
#B84AD5 (or 0xB84AD5) is known color: Medium Orchid. HEX triplet: B8, 4A and D5. RGB value is (184,74,213). Sum of RGB (Red+Green+Blue) = 184+74+213=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #B84AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AD5 is #47B52A. Grayscale: #7A7A7A. Windows color (decimal): -4699435 or 13978296. OLE color: 13978296.
HSL color Cylindrical-coordinate representation of color #B84AD5: hue angle of 287.48º degrees, saturation: 0.62, 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 #B84AD5 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 74 | 213 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.16 |
| HSL | 287.48º | 0.62% | 0.56% | - |
| HSV(B) | 287.48º | 0.65% | 0.84% | - |
| XYZ | 34.23 | 19.89 | 64.99 | - |
| YUV | 122.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 213 | 0.14 | 0.65 | 0 | 0.16 | 287.48 | 0.62 | 0.56 |
| Hex | B8 | 4A | D5 | E | 41 | 0 | 10 | 11F | 3E | 38 |
| Octal | 270 | 112 | 325 | 16 | 101 | 0 | 20 | 437 | 76 | 70 |
| Binary | 10111000 | 1001010 | 11010101 | 1110 | 1000001 | 0 | 10000 | 100011111 | 111110 | 111000 |
Color Harmonies of #B84AD5
Complementary color
Monochromatic Colors of #B84AD5
Black with #B84AD5
Text Example
Text Example
White with #B84AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AD5; }
p { color: rgb(184,74,213); }
H1.HeaderClassName
{
color: #B84AD5;
}
.AnyTagClassName
{
color: #B84AD5;
}
</style>
background-color css
<style>
a { background-color: #B84AD5; }
a { background-color: rgb(184,74,213); }
div.DivClassName
{
background-color: #B84AD5;
}
.BgClassName
{
background-color: #B84AD5;
}
</style>
border-color css
<style>
span { border-color: #B84AD5; }
span { border-color: rgb(184,74,213); }
td.TdClassName
{
border-color: #B84AD5;
}
.TagClassName
{
border-color: #B84AD5;
}
</style>