Shades of Medium Orchid #B834DC
Tints of Medium Orchid #B834DC
RGB
CMYK
RGB Variations
Color information
#B834DC (or 0xB834DC) is known color: Medium Orchid. HEX triplet: B8, 34 and DC. RGB value is (184,52,220). Sum of RGB (Red+Green+Blue) = 184+52+220=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B834DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834DC is #47CB23. Grayscale: #6E6E6E. Windows color (decimal): -4705060 or 14431416. OLE color: 14431416.
HSL color Cylindrical-coordinate representation of color #B834DC: hue angle of 287.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B834DC is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 52 | 220 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.14 |
| HSL | 287.14º | 0.71% | 0.53% | - |
| HSV(B) | 287.14º | 0.76% | 0.86% | - |
| XYZ | 33.91 | 17.81 | 69.36 | - |
| YUV | 110.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 220 | 0.16 | 0.76 | 0 | 0.14 | 287.14 | 0.71 | 0.53 |
| Hex | B8 | 34 | DC | 10 | 4C | 0 | E | 11F | 47 | 35 |
| Octal | 270 | 64 | 334 | 20 | 114 | 0 | 16 | 437 | 107 | 65 |
| Binary | 10111000 | 110100 | 11011100 | 10000 | 1001100 | 0 | 1110 | 100011111 | 1000111 | 110101 |
Color Harmonies of #B834DC
Complementary color
Monochromatic Colors of #B834DC
Black with #B834DC
Text Example
Text Example
White with #B834DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834DC; }
p { color: rgb(184,52,220); }
H1.HeaderClassName
{
color: #B834DC;
}
.AnyTagClassName
{
color: #B834DC;
}
</style>
background-color css
<style>
a { background-color: #B834DC; }
a { background-color: rgb(184,52,220); }
div.DivClassName
{
background-color: #B834DC;
}
.BgClassName
{
background-color: #B834DC;
}
</style>
border-color css
<style>
span { border-color: #B834DC; }
span { border-color: rgb(184,52,220); }
td.TdClassName
{
border-color: #B834DC;
}
.TagClassName
{
border-color: #B834DC;
}
</style>