Shades of Medium Orchid #B834DA
Tints of Medium Orchid #B834DA
RGB
CMYK
RGB Variations
Color information
#B834DA (or 0xB834DA) is known color: Medium Orchid. HEX triplet: B8, 34 and DA. RGB value is (184,52,218). Sum of RGB (Red+Green+Blue) = 184+52+218=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #B834DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834DA is #47CB25. Grayscale: #6D6D6D. Windows color (decimal): -4705062 or 14300344. OLE color: 14300344.
HSL color Cylindrical-coordinate representation of color #B834DA: hue angle of 287.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B834DA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 52 | 218 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.15 |
| HSL | 287.71º | 0.69% | 0.53% | - |
| HSV(B) | 287.71º | 0.76% | 0.85% | - |
| XYZ | 33.65 | 17.71 | 67.97 | - |
| YUV | 110.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 218 | 0.16 | 0.76 | 0 | 0.15 | 287.71 | 0.69 | 0.53 |
| Hex | B8 | 34 | DA | 10 | 4C | 0 | F | 120 | 45 | 35 |
| Octal | 270 | 64 | 332 | 20 | 114 | 0 | 17 | 440 | 105 | 65 |
| Binary | 10111000 | 110100 | 11011010 | 10000 | 1001100 | 0 | 1111 | 100100000 | 1000101 | 110101 |
Color Harmonies of #B834DA
Complementary color
Monochromatic Colors of #B834DA
Black with #B834DA
Text Example
Text Example
White with #B834DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834DA; }
p { color: rgb(184,52,218); }
H1.HeaderClassName
{
color: #B834DA;
}
.AnyTagClassName
{
color: #B834DA;
}
</style>
background-color css
<style>
a { background-color: #B834DA; }
a { background-color: rgb(184,52,218); }
div.DivClassName
{
background-color: #B834DA;
}
.BgClassName
{
background-color: #B834DA;
}
</style>
border-color css
<style>
span { border-color: #B834DA; }
span { border-color: rgb(184,52,218); }
td.TdClassName
{
border-color: #B834DA;
}
.TagClassName
{
border-color: #B834DA;
}
</style>