Shades of Medium Orchid #B849D6
Tints of Medium Orchid #B849D6
RGB
CMYK
RGB Variations
Color information
#B849D6 (or 0xB849D6) is known color: Medium Orchid. HEX triplet: B8, 49 and D6. RGB value is (184,73,214). Sum of RGB (Red+Green+Blue) = 184+73+214=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #B849D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849D6 is #47B629. Grayscale: #797979. Windows color (decimal): -4699690 or 14043576. OLE color: 14043576.
HSL color Cylindrical-coordinate representation of color #B849D6: hue angle of 287.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B849D6 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 73 | 214 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.16 |
| HSL | 287.23º | 0.63% | 0.56% | - |
| HSV(B) | 287.23º | 0.66% | 0.84% | - |
| XYZ | 34.29 | 19.81 | 65.63 | - |
| YUV | 122.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 214 | 0.14 | 0.66 | 0 | 0.16 | 287.23 | 0.63 | 0.56 |
| Hex | B8 | 49 | D6 | E | 42 | 0 | 10 | 11F | 3F | 38 |
| Octal | 270 | 111 | 326 | 16 | 102 | 0 | 20 | 437 | 77 | 70 |
| Binary | 10111000 | 1001001 | 11010110 | 1110 | 1000010 | 0 | 10000 | 100011111 | 111111 | 111000 |
Color Harmonies of #B849D6
Complementary color
Monochromatic Colors of #B849D6
Black with #B849D6
Text Example
Text Example
White with #B849D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849D6; }
p { color: rgb(184,73,214); }
H1.HeaderClassName
{
color: #B849D6;
}
.AnyTagClassName
{
color: #B849D6;
}
</style>
background-color css
<style>
a { background-color: #B849D6; }
a { background-color: rgb(184,73,214); }
div.DivClassName
{
background-color: #B849D6;
}
.BgClassName
{
background-color: #B849D6;
}
</style>
border-color css
<style>
span { border-color: #B849D6; }
span { border-color: rgb(184,73,214); }
td.TdClassName
{
border-color: #B849D6;
}
.TagClassName
{
border-color: #B849D6;
}
</style>