Shades of Medium Orchid #B848D4
Tints of Medium Orchid #B848D4
RGB
CMYK
RGB Variations
Color information
#B848D4 (or 0xB848D4) is known color: Medium Orchid. HEX triplet: B8, 48 and D4. RGB value is (184,72,212). Sum of RGB (Red+Green+Blue) = 184+72+212=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #B848D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848D4 is #47B72B. Grayscale: #797979. Windows color (decimal): -4699948 or 13912248. OLE color: 13912248.
HSL color Cylindrical-coordinate representation of color #B848D4: hue angle of 288º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B848D4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 72 | 212 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.17 |
| HSL | 288º | 0.62% | 0.56% | - |
| HSV(B) | 288º | 0.66% | 0.83% | - |
| XYZ | 33.97 | 19.58 | 64.28 | - |
| YUV | 121.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 212 | 0.13 | 0.66 | 0 | 0.17 | 288 | 0.62 | 0.56 |
| Hex | B8 | 48 | D4 | D | 42 | 0 | 11 | 120 | 3E | 38 |
| Octal | 270 | 110 | 324 | 15 | 102 | 0 | 21 | 440 | 76 | 70 |
| Binary | 10111000 | 1001000 | 11010100 | 1101 | 1000010 | 0 | 10001 | 100100000 | 111110 | 111000 |
Color Harmonies of #B848D4
Complementary color
Monochromatic Colors of #B848D4
Black with #B848D4
Text Example
Text Example
White with #B848D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848D4; }
p { color: rgb(184,72,212); }
H1.HeaderClassName
{
color: #B848D4;
}
.AnyTagClassName
{
color: #B848D4;
}
</style>
background-color css
<style>
a { background-color: #B848D4; }
a { background-color: rgb(184,72,212); }
div.DivClassName
{
background-color: #B848D4;
}
.BgClassName
{
background-color: #B848D4;
}
</style>
border-color css
<style>
span { border-color: #B848D4; }
span { border-color: rgb(184,72,212); }
td.TdClassName
{
border-color: #B848D4;
}
.TagClassName
{
border-color: #B848D4;
}
</style>