Shades of Medium Orchid #B842CF
Tints of Medium Orchid #B842CF
RGB
CMYK
RGB Variations
Color information
#B842CF (or 0xB842CF) is known color: Medium Orchid. HEX triplet: B8, 42 and CF. RGB value is (184,66,207). Sum of RGB (Red+Green+Blue) = 184+66+207=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B842CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842CF is #47BD30. Grayscale: #747474. Windows color (decimal): -4701489 or 13583032. OLE color: 13583032.
HSL color Cylindrical-coordinate representation of color #B842CF: hue angle of 290.21º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B842CF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 66 | 207 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.19 |
| HSL | 290.21º | 0.59% | 0.54% | - |
| HSV(B) | 290.21º | 0.68% | 0.81% | - |
| XYZ | 32.98 | 18.59 | 60.88 | - |
| YUV | 117.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 207 | 0.11 | 0.68 | 0 | 0.19 | 290.21 | 0.59 | 0.54 |
| Hex | B8 | 42 | CF | B | 44 | 0 | 13 | 122 | 3B | 36 |
| Octal | 270 | 102 | 317 | 13 | 104 | 0 | 23 | 442 | 73 | 66 |
| Binary | 10111000 | 1000010 | 11001111 | 1011 | 1000100 | 0 | 10011 | 100100010 | 111011 | 110110 |
Color Harmonies of #B842CF
Complementary color
Monochromatic Colors of #B842CF
Black with #B842CF
Text Example
Text Example
White with #B842CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842CF; }
p { color: rgb(184,66,207); }
H1.HeaderClassName
{
color: #B842CF;
}
.AnyTagClassName
{
color: #B842CF;
}
</style>
background-color css
<style>
a { background-color: #B842CF; }
a { background-color: rgb(184,66,207); }
div.DivClassName
{
background-color: #B842CF;
}
.BgClassName
{
background-color: #B842CF;
}
</style>
border-color css
<style>
span { border-color: #B842CF; }
span { border-color: rgb(184,66,207); }
td.TdClassName
{
border-color: #B842CF;
}
.TagClassName
{
border-color: #B842CF;
}
</style>