Shades of Medium Orchid #B84CDA
Tints of Medium Orchid #B84CDA
RGB
CMYK
RGB Variations
Color information
#B84CDA (or 0xB84CDA) is known color: Medium Orchid. HEX triplet: B8, 4C and DA. RGB value is (184,76,218). Sum of RGB (Red+Green+Blue) = 184+76+218=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #B84CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CDA is #47B325. Grayscale: #7C7C7C. Windows color (decimal): -4698918 or 14306488. OLE color: 14306488.
HSL color Cylindrical-coordinate representation of color #B84CDA: hue angle of 285.63º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84CDA is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 76 | 218 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.15 |
| HSL | 285.63º | 0.66% | 0.58% | - |
| HSV(B) | 285.63º | 0.65% | 0.85% | - |
| XYZ | 35.01 | 20.42 | 68.43 | - |
| YUV | 124.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 218 | 0.16 | 0.65 | 0 | 0.15 | 285.63 | 0.66 | 0.58 |
| Hex | B8 | 4C | DA | 10 | 41 | 0 | F | 11E | 42 | 3A |
| Octal | 270 | 114 | 332 | 20 | 101 | 0 | 17 | 436 | 102 | 72 |
| Binary | 10111000 | 1001100 | 11011010 | 10000 | 1000001 | 0 | 1111 | 100011110 | 1000010 | 111010 |
Color Harmonies of #B84CDA
Complementary color
Monochromatic Colors of #B84CDA
Black with #B84CDA
Text Example
Text Example
White with #B84CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CDA; }
p { color: rgb(184,76,218); }
H1.HeaderClassName
{
color: #B84CDA;
}
.AnyTagClassName
{
color: #B84CDA;
}
</style>
background-color css
<style>
a { background-color: #B84CDA; }
a { background-color: rgb(184,76,218); }
div.DivClassName
{
background-color: #B84CDA;
}
.BgClassName
{
background-color: #B84CDA;
}
</style>
border-color css
<style>
span { border-color: #B84CDA; }
span { border-color: rgb(184,76,218); }
td.TdClassName
{
border-color: #B84CDA;
}
.TagClassName
{
border-color: #B84CDA;
}
</style>