Shades of Medium Orchid #B848DF
Tints of Medium Orchid #B848DF
RGB
CMYK
RGB Variations
Color information
#B848DF (or 0xB848DF) is known color: Medium Orchid. HEX triplet: B8, 48 and DF. RGB value is (184,72,223). Sum of RGB (Red+Green+Blue) = 184+72+223=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B848DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848DF is #47B720. Grayscale: #7A7A7A. Windows color (decimal): -4699937 or 14633144. OLE color: 14633144.
HSL color Cylindrical-coordinate representation of color #B848DF: hue angle of 284.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B848DF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 72 | 223 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.13 |
| HSL | 284.5º | 0.7% | 0.58% | - |
| HSV(B) | 284.5º | 0.68% | 0.87% | - |
| XYZ | 35.4 | 20.15 | 71.84 | - |
| YUV | 122.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 223 | 0.17 | 0.68 | 0 | 0.13 | 284.5 | 0.7 | 0.58 |
| Hex | B8 | 48 | DF | 11 | 44 | 0 | D | 11D | 46 | 3A |
| Octal | 270 | 110 | 337 | 21 | 104 | 0 | 15 | 435 | 106 | 72 |
| Binary | 10111000 | 1001000 | 11011111 | 10001 | 1000100 | 0 | 1101 | 100011101 | 1000110 | 111010 |
Color Harmonies of #B848DF
Complementary color
Monochromatic Colors of #B848DF
Black with #B848DF
Text Example
Text Example
White with #B848DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848DF; }
p { color: rgb(184,72,223); }
H1.HeaderClassName
{
color: #B848DF;
}
.AnyTagClassName
{
color: #B848DF;
}
</style>
background-color css
<style>
a { background-color: #B848DF; }
a { background-color: rgb(184,72,223); }
div.DivClassName
{
background-color: #B848DF;
}
.BgClassName
{
background-color: #B848DF;
}
</style>
border-color css
<style>
span { border-color: #B848DF; }
span { border-color: rgb(184,72,223); }
td.TdClassName
{
border-color: #B848DF;
}
.TagClassName
{
border-color: #B848DF;
}
</style>