Shades of Medium Orchid #B849DF
Tints of Medium Orchid #B849DF
RGB
CMYK
RGB Variations
Color information
#B849DF (or 0xB849DF) is known color: Medium Orchid. HEX triplet: B8, 49 and DF. RGB value is (184,73,223). Sum of RGB (Red+Green+Blue) = 184+73+223=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B849DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849DF is #47B620. Grayscale: #7A7A7A. Windows color (decimal): -4699681 or 14633400. OLE color: 14633400.
HSL color Cylindrical-coordinate representation of color #B849DF: hue angle of 284.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B849DF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 73 | 223 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.13 |
| HSL | 284.4º | 0.7% | 0.58% | - |
| HSV(B) | 284.4º | 0.67% | 0.87% | - |
| XYZ | 35.47 | 20.28 | 71.86 | - |
| YUV | 123.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 223 | 0.17 | 0.67 | 0 | 0.13 | 284.4 | 0.7 | 0.58 |
| Hex | B8 | 49 | DF | 11 | 43 | 0 | D | 11C | 46 | 3A |
| Octal | 270 | 111 | 337 | 21 | 103 | 0 | 15 | 434 | 106 | 72 |
| Binary | 10111000 | 1001001 | 11011111 | 10001 | 1000011 | 0 | 1101 | 100011100 | 1000110 | 111010 |
Color Harmonies of #B849DF
Complementary color
Monochromatic Colors of #B849DF
Black with #B849DF
Text Example
Text Example
White with #B849DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849DF; }
p { color: rgb(184,73,223); }
H1.HeaderClassName
{
color: #B849DF;
}
.AnyTagClassName
{
color: #B849DF;
}
</style>
background-color css
<style>
a { background-color: #B849DF; }
a { background-color: rgb(184,73,223); }
div.DivClassName
{
background-color: #B849DF;
}
.BgClassName
{
background-color: #B849DF;
}
</style>
border-color css
<style>
span { border-color: #B849DF; }
span { border-color: rgb(184,73,223); }
td.TdClassName
{
border-color: #B849DF;
}
.TagClassName
{
border-color: #B849DF;
}
</style>