Shades of Medium Orchid #B841E8
Tints of Medium Orchid #B841E8
RGB
CMYK
RGB Variations
Color information
#B841E8 (or 0xB841E8) is known color: Medium Orchid. HEX triplet: B8, 41 and E8. RGB value is (184,65,232). Sum of RGB (Red+Green+Blue) = 184+65+232=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #B841E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841E8 is #47BE17. Grayscale: #777777. Windows color (decimal): -4701720 or 15221176. OLE color: 15221176.
HSL color Cylindrical-coordinate representation of color #B841E8: hue angle of 282.75º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B841E8 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 65 | 232 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.09 |
| HSL | 282.75º | 0.78% | 0.58% | - |
| HSV(B) | 282.75º | 0.72% | 0.91% | - |
| XYZ | 36.22 | 19.8 | 78.26 | - |
| YUV | 119.62 | 191.42 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 232 | 0.21 | 0.72 | 0 | 0.09 | 282.75 | 0.78 | 0.58 |
| Hex | B8 | 41 | E8 | 15 | 48 | 0 | 9 | 11B | 4E | 3A |
| Octal | 270 | 101 | 350 | 25 | 110 | 0 | 11 | 433 | 116 | 72 |
| Binary | 10111000 | 1000001 | 11101000 | 10101 | 1001000 | 0 | 1001 | 100011011 | 1001110 | 111010 |
Color Harmonies of #B841E8
Complementary color
Monochromatic Colors of #B841E8
Black with #B841E8
Text Example
Text Example
White with #B841E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841E8; }
p { color: rgb(184,65,232); }
H1.HeaderClassName
{
color: #B841E8;
}
.AnyTagClassName
{
color: #B841E8;
}
</style>
background-color css
<style>
a { background-color: #B841E8; }
a { background-color: rgb(184,65,232); }
div.DivClassName
{
background-color: #B841E8;
}
.BgClassName
{
background-color: #B841E8;
}
</style>
border-color css
<style>
span { border-color: #B841E8; }
span { border-color: rgb(184,65,232); }
td.TdClassName
{
border-color: #B841E8;
}
.TagClassName
{
border-color: #B841E8;
}
</style>