Shades of Medium Orchid #B848CE
Tints of Medium Orchid #B848CE
RGB
CMYK
RGB Variations
Color information
#B848CE (or 0xB848CE) is known color: Medium Orchid. HEX triplet: B8, 48 and CE. RGB value is (184,72,206). Sum of RGB (Red+Green+Blue) = 184+72+206=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #B848CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848CE is #47B731. Grayscale: #787878. Windows color (decimal): -4699954 or 13519032. OLE color: 13519032.
HSL color Cylindrical-coordinate representation of color #B848CE: hue angle of 290.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B848CE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 72 | 206 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.19 |
| HSL | 290.15º | 0.58% | 0.55% | - |
| HSV(B) | 290.15º | 0.65% | 0.81% | - |
| XYZ | 33.23 | 19.28 | 60.36 | - |
| YUV | 120.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 206 | 0.11 | 0.65 | 0 | 0.19 | 290.15 | 0.58 | 0.55 |
| Hex | B8 | 48 | CE | B | 41 | 0 | 13 | 122 | 3A | 37 |
| Octal | 270 | 110 | 316 | 13 | 101 | 0 | 23 | 442 | 72 | 67 |
| Binary | 10111000 | 1001000 | 11001110 | 1011 | 1000001 | 0 | 10011 | 100100010 | 111010 | 110111 |
Color Harmonies of #B848CE
Complementary color
Monochromatic Colors of #B848CE
Black with #B848CE
Text Example
Text Example
White with #B848CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848CE; }
p { color: rgb(184,72,206); }
H1.HeaderClassName
{
color: #B848CE;
}
.AnyTagClassName
{
color: #B848CE;
}
</style>
background-color css
<style>
a { background-color: #B848CE; }
a { background-color: rgb(184,72,206); }
div.DivClassName
{
background-color: #B848CE;
}
.BgClassName
{
background-color: #B848CE;
}
</style>
border-color css
<style>
span { border-color: #B848CE; }
span { border-color: rgb(184,72,206); }
td.TdClassName
{
border-color: #B848CE;
}
.TagClassName
{
border-color: #B848CE;
}
</style>