Shades of Medium Orchid #B84BDA
Tints of Medium Orchid #B84BDA
RGB
CMYK
RGB Variations
Color information
#B84BDA (or 0xB84BDA) is known color: Medium Orchid. HEX triplet: B8, 4B and DA. RGB value is (184,75,218). Sum of RGB (Red+Green+Blue) = 184+75+218=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #B84BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BDA is #47B425. Grayscale: #7B7B7B. Windows color (decimal): -4699174 or 14306232. OLE color: 14306232.
HSL color Cylindrical-coordinate representation of color #B84BDA: hue angle of 285.73º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84BDA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 75 | 218 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.15 |
| HSL | 285.73º | 0.66% | 0.57% | - |
| HSV(B) | 285.73º | 0.66% | 0.85% | - |
| XYZ | 34.94 | 20.28 | 68.4 | - |
| YUV | 123.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 218 | 0.16 | 0.66 | 0 | 0.15 | 285.73 | 0.66 | 0.57 |
| Hex | B8 | 4B | DA | 10 | 42 | 0 | F | 11E | 42 | 39 |
| Octal | 270 | 113 | 332 | 20 | 102 | 0 | 17 | 436 | 102 | 71 |
| Binary | 10111000 | 1001011 | 11011010 | 10000 | 1000010 | 0 | 1111 | 100011110 | 1000010 | 111001 |
Color Harmonies of #B84BDA
Complementary color
Monochromatic Colors of #B84BDA
Black with #B84BDA
Text Example
Text Example
White with #B84BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BDA; }
p { color: rgb(184,75,218); }
H1.HeaderClassName
{
color: #B84BDA;
}
.AnyTagClassName
{
color: #B84BDA;
}
</style>
background-color css
<style>
a { background-color: #B84BDA; }
a { background-color: rgb(184,75,218); }
div.DivClassName
{
background-color: #B84BDA;
}
.BgClassName
{
background-color: #B84BDA;
}
</style>
border-color css
<style>
span { border-color: #B84BDA; }
span { border-color: rgb(184,75,218); }
td.TdClassName
{
border-color: #B84BDA;
}
.TagClassName
{
border-color: #B84BDA;
}
</style>