Shades of Medium Orchid #B841D0
Tints of Medium Orchid #B841D0
RGB
CMYK
RGB Variations
Color information
#B841D0 (or 0xB841D0) is known color: Medium Orchid. HEX triplet: B8, 41 and D0. RGB value is (184,65,208). Sum of RGB (Red+Green+Blue) = 184+65+208=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #B841D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841D0 is #47BE2F. Grayscale: #747474. Windows color (decimal): -4701744 or 13648312. OLE color: 13648312.
HSL color Cylindrical-coordinate representation of color #B841D0: hue angle of 289.93º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B841D0 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 65 | 208 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.18 |
| HSL | 289.93º | 0.6% | 0.54% | - |
| HSV(B) | 289.93º | 0.69% | 0.82% | - |
| XYZ | 33.04 | 18.53 | 61.51 | - |
| YUV | 116.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 208 | 0.12 | 0.69 | 0 | 0.18 | 289.93 | 0.6 | 0.54 |
| Hex | B8 | 41 | D0 | C | 45 | 0 | 12 | 122 | 3C | 36 |
| Octal | 270 | 101 | 320 | 14 | 105 | 0 | 22 | 442 | 74 | 66 |
| Binary | 10111000 | 1000001 | 11010000 | 1100 | 1000101 | 0 | 10010 | 100100010 | 111100 | 110110 |
Color Harmonies of #B841D0
Complementary color
Monochromatic Colors of #B841D0
Black with #B841D0
Text Example
Text Example
White with #B841D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841D0; }
p { color: rgb(184,65,208); }
H1.HeaderClassName
{
color: #B841D0;
}
.AnyTagClassName
{
color: #B841D0;
}
</style>
background-color css
<style>
a { background-color: #B841D0; }
a { background-color: rgb(184,65,208); }
div.DivClassName
{
background-color: #B841D0;
}
.BgClassName
{
background-color: #B841D0;
}
</style>
border-color css
<style>
span { border-color: #B841D0; }
span { border-color: rgb(184,65,208); }
td.TdClassName
{
border-color: #B841D0;
}
.TagClassName
{
border-color: #B841D0;
}
</style>