Shades of Medium Orchid #B848F5
Tints of Medium Orchid #B848F5
RGB
CMYK
RGB Variations
Color information
#B848F5 (or 0xB848F5) is known color: Medium Orchid. HEX triplet: B8, 48 and F5. RGB value is (184,72,245). Sum of RGB (Red+Green+Blue) = 184+72+245=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #B848F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848F5 is #47B70A. Grayscale: #7C7C7C. Windows color (decimal): -4699915 or 16074936. OLE color: 16074936.
HSL color Cylindrical-coordinate representation of color #B848F5: hue angle of 278.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B848F5 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 72 | 245 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.04 |
| HSL | 278.84º | 0.9% | 0.62% | - |
| HSV(B) | 278.84º | 0.71% | 0.96% | - |
| XYZ | 38.57 | 21.42 | 88.49 | - |
| YUV | 125.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 245 | 0.25 | 0.71 | 0 | 0.04 | 278.84 | 0.9 | 0.62 |
| Hex | B8 | 48 | F5 | 19 | 47 | 0 | 4 | 117 | 5A | 3E |
| Octal | 270 | 110 | 365 | 31 | 107 | 0 | 4 | 427 | 132 | 76 |
| Binary | 10111000 | 1001000 | 11110101 | 11001 | 1000111 | 0 | 100 | 100010111 | 1011010 | 111110 |
Color Harmonies of #B848F5
Complementary color
Monochromatic Colors of #B848F5
Black with #B848F5
Text Example
Text Example
White with #B848F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848F5; }
p { color: rgb(184,72,245); }
H1.HeaderClassName
{
color: #B848F5;
}
.AnyTagClassName
{
color: #B848F5;
}
</style>
background-color css
<style>
a { background-color: #B848F5; }
a { background-color: rgb(184,72,245); }
div.DivClassName
{
background-color: #B848F5;
}
.BgClassName
{
background-color: #B848F5;
}
</style>
border-color css
<style>
span { border-color: #B848F5; }
span { border-color: rgb(184,72,245); }
td.TdClassName
{
border-color: #B848F5;
}
.TagClassName
{
border-color: #B848F5;
}
</style>