Shades of Medium Orchid #B842C9
Tints of Medium Orchid #B842C9
RGB
CMYK
RGB Variations
Color information
#B842C9 (or 0xB842C9) is known color: Medium Orchid. HEX triplet: B8, 42 and C9. RGB value is (184,66,201). Sum of RGB (Red+Green+Blue) = 184+66+201=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #B842C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842C9 is #47BD36. Grayscale: #747474. Windows color (decimal): -4701495 or 13189816. OLE color: 13189816.
HSL color Cylindrical-coordinate representation of color #B842C9: hue angle of 292.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B842C9 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 66 | 201 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.21 |
| HSL | 292.44º | 0.56% | 0.52% | - |
| HSV(B) | 292.44º | 0.67% | 0.79% | - |
| XYZ | 32.26 | 18.3 | 57.09 | - |
| YUV | 116.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 201 | 0.08 | 0.67 | 0 | 0.21 | 292.44 | 0.56 | 0.52 |
| Hex | B8 | 42 | C9 | 8 | 43 | 0 | 15 | 124 | 38 | 34 |
| Octal | 270 | 102 | 311 | 10 | 103 | 0 | 25 | 444 | 70 | 64 |
| Binary | 10111000 | 1000010 | 11001001 | 1000 | 1000011 | 0 | 10101 | 100100100 | 111000 | 110100 |
Color Harmonies of #B842C9
Complementary color
Monochromatic Colors of #B842C9
Black with #B842C9
Text Example
Text Example
White with #B842C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842C9; }
p { color: rgb(184,66,201); }
H1.HeaderClassName
{
color: #B842C9;
}
.AnyTagClassName
{
color: #B842C9;
}
</style>
background-color css
<style>
a { background-color: #B842C9; }
a { background-color: rgb(184,66,201); }
div.DivClassName
{
background-color: #B842C9;
}
.BgClassName
{
background-color: #B842C9;
}
</style>
border-color css
<style>
span { border-color: #B842C9; }
span { border-color: rgb(184,66,201); }
td.TdClassName
{
border-color: #B842C9;
}
.TagClassName
{
border-color: #B842C9;
}
</style>