Shades of Medium Orchid #B834C9
Tints of Medium Orchid #B834C9
RGB
CMYK
RGB Variations
Color information
#B834C9 (or 0xB834C9) is known color: Medium Orchid. HEX triplet: B8, 34 and C9. RGB value is (184,52,201). Sum of RGB (Red+Green+Blue) = 184+52+201=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #B834C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834C9 is #47CB36. Grayscale: #6B6B6B. Windows color (decimal): -4705079 or 13186232. OLE color: 13186232.
HSL color Cylindrical-coordinate representation of color #B834C9: hue angle of 293.15º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B834C9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 52 | 201 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.21 |
| HSL | 293.15º | 0.59% | 0.5% | - |
| HSV(B) | 293.15º | 0.74% | 0.79% | - |
| XYZ | 31.54 | 16.86 | 56.85 | - |
| YUV | 108.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 201 | 0.08 | 0.74 | 0 | 0.21 | 293.15 | 0.59 | 0.5 |
| Hex | B8 | 34 | C9 | 8 | 4A | 0 | 15 | 125 | 3B | 32 |
| Octal | 270 | 64 | 311 | 10 | 112 | 0 | 25 | 445 | 73 | 62 |
| Binary | 10111000 | 110100 | 11001001 | 1000 | 1001010 | 0 | 10101 | 100100101 | 111011 | 110010 |
Color Harmonies of #B834C9
Complementary color
Monochromatic Colors of #B834C9
Black with #B834C9
Text Example
Text Example
White with #B834C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834C9; }
p { color: rgb(184,52,201); }
H1.HeaderClassName
{
color: #B834C9;
}
.AnyTagClassName
{
color: #B834C9;
}
</style>
background-color css
<style>
a { background-color: #B834C9; }
a { background-color: rgb(184,52,201); }
div.DivClassName
{
background-color: #B834C9;
}
.BgClassName
{
background-color: #B834C9;
}
</style>
border-color css
<style>
span { border-color: #B834C9; }
span { border-color: rgb(184,52,201); }
td.TdClassName
{
border-color: #B834C9;
}
.TagClassName
{
border-color: #B834C9;
}
</style>