Shades of Medium Orchid #B841F3
Tints of Medium Orchid #B841F3
RGB
CMYK
RGB Variations
Color information
#B841F3 (or 0xB841F3) is known color: Medium Orchid. HEX triplet: B8, 41 and F3. RGB value is (184,65,243). Sum of RGB (Red+Green+Blue) = 184+65+243=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #B841F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841F3 is #47BE0C. Grayscale: #787878. Windows color (decimal): -4701709 or 15942072. OLE color: 15942072.
HSL color Cylindrical-coordinate representation of color #B841F3: hue angle of 280.11º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B841F3 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 65 | 243 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.05 |
| HSL | 280.11º | 0.88% | 0.6% | - |
| HSV(B) | 280.11º | 0.73% | 0.95% | - |
| XYZ | 37.84 | 20.44 | 86.75 | - |
| YUV | 120.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 243 | 0.24 | 0.73 | 0 | 0.05 | 280.11 | 0.88 | 0.6 |
| Hex | B8 | 41 | F3 | 18 | 49 | 0 | 5 | 118 | 58 | 3C |
| Octal | 270 | 101 | 363 | 30 | 111 | 0 | 5 | 430 | 130 | 74 |
| Binary | 10111000 | 1000001 | 11110011 | 11000 | 1001001 | 0 | 101 | 100011000 | 1011000 | 111100 |
Color Harmonies of #B841F3
Complementary color
Monochromatic Colors of #B841F3
Black with #B841F3
Text Example
Text Example
White with #B841F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841F3; }
p { color: rgb(184,65,243); }
H1.HeaderClassName
{
color: #B841F3;
}
.AnyTagClassName
{
color: #B841F3;
}
</style>
background-color css
<style>
a { background-color: #B841F3; }
a { background-color: rgb(184,65,243); }
div.DivClassName
{
background-color: #B841F3;
}
.BgClassName
{
background-color: #B841F3;
}
</style>
border-color css
<style>
span { border-color: #B841F3; }
span { border-color: rgb(184,65,243); }
td.TdClassName
{
border-color: #B841F3;
}
.TagClassName
{
border-color: #B841F3;
}
</style>