Shades of Medium Orchid #B847D5
Tints of Medium Orchid #B847D5
RGB
CMYK
RGB Variations
Color information
#B847D5 (or 0xB847D5) is known color: Medium Orchid. HEX triplet: B8, 47 and D5. RGB value is (184,71,213). Sum of RGB (Red+Green+Blue) = 184+71+213=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #B847D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B847D5 is #47B82A. Grayscale: #787878. Windows color (decimal): -4700203 or 13977528. OLE color: 13977528.
HSL color Cylindrical-coordinate representation of color #B847D5: hue angle of 287.75º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B847D5 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 71 | 213 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.16 |
| HSL | 287.75º | 0.63% | 0.56% | - |
| HSV(B) | 287.75º | 0.67% | 0.84% | - |
| XYZ | 34.03 | 19.5 | 64.92 | - |
| YUV | 120.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 213 | 0.14 | 0.67 | 0 | 0.16 | 287.75 | 0.63 | 0.56 |
| Hex | B8 | 47 | D5 | E | 43 | 0 | 10 | 120 | 3F | 38 |
| Octal | 270 | 107 | 325 | 16 | 103 | 0 | 20 | 440 | 77 | 70 |
| Binary | 10111000 | 1000111 | 11010101 | 1110 | 1000011 | 0 | 10000 | 100100000 | 111111 | 111000 |
Color Harmonies of #B847D5
Complementary color
Monochromatic Colors of #B847D5
Black with #B847D5
Text Example
Text Example
White with #B847D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847D5; }
p { color: rgb(184,71,213); }
H1.HeaderClassName
{
color: #B847D5;
}
.AnyTagClassName
{
color: #B847D5;
}
</style>
background-color css
<style>
a { background-color: #B847D5; }
a { background-color: rgb(184,71,213); }
div.DivClassName
{
background-color: #B847D5;
}
.BgClassName
{
background-color: #B847D5;
}
</style>
border-color css
<style>
span { border-color: #B847D5; }
span { border-color: rgb(184,71,213); }
td.TdClassName
{
border-color: #B847D5;
}
.TagClassName
{
border-color: #B847D5;
}
</style>