Shades of Medium Orchid #B848F1
Tints of Medium Orchid #B848F1
RGB
CMYK
RGB Variations
Color information
#B848F1 (or 0xB848F1) is known color: Medium Orchid. HEX triplet: B8, 48 and F1. RGB value is (184,72,241). Sum of RGB (Red+Green+Blue) = 184+72+241=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #B848F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848F1 is #47B70E. Grayscale: #7C7C7C. Windows color (decimal): -4699919 or 15812792. OLE color: 15812792.
HSL color Cylindrical-coordinate representation of color #B848F1: hue angle of 279.76º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B848F1 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 72 | 241 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.05 |
| HSL | 279.76º | 0.86% | 0.61% | - |
| HSV(B) | 279.76º | 0.7% | 0.95% | - |
| XYZ | 37.96 | 21.18 | 85.31 | - |
| YUV | 124.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 241 | 0.24 | 0.70 | 0 | 0.05 | 279.76 | 0.86 | 0.61 |
| Hex | B8 | 48 | F1 | 18 | 46 | 0 | 5 | 118 | 56 | 3D |
| Octal | 270 | 110 | 361 | 30 | 106 | 0 | 5 | 430 | 126 | 75 |
| Binary | 10111000 | 1001000 | 11110001 | 11000 | 1000110 | 0 | 101 | 100011000 | 1010110 | 111101 |
Color Harmonies of #B848F1
Complementary color
Monochromatic Colors of #B848F1
Black with #B848F1
Text Example
Text Example
White with #B848F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848F1; }
p { color: rgb(184,72,241); }
H1.HeaderClassName
{
color: #B848F1;
}
.AnyTagClassName
{
color: #B848F1;
}
</style>
background-color css
<style>
a { background-color: #B848F1; }
a { background-color: rgb(184,72,241); }
div.DivClassName
{
background-color: #B848F1;
}
.BgClassName
{
background-color: #B848F1;
}
</style>
border-color css
<style>
span { border-color: #B848F1; }
span { border-color: rgb(184,72,241); }
td.TdClassName
{
border-color: #B848F1;
}
.TagClassName
{
border-color: #B848F1;
}
</style>