Shades of Medium Orchid #B836F3
Tints of Medium Orchid #B836F3
RGB
CMYK
RGB Variations
Color information
#B836F3 (or 0xB836F3) is known color: Medium Orchid. HEX triplet: B8, 36 and F3. RGB value is (184,54,243). Sum of RGB (Red+Green+Blue) = 184+54+243=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #B836F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B836F3 is #47C90C. Grayscale: #717171. Windows color (decimal): -4704525 or 15939256. OLE color: 15939256.
HSL color Cylindrical-coordinate representation of color #B836F3: hue angle of 281.27º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B836F3 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 54 | 243 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.05 |
| HSL | 281.27º | 0.89% | 0.58% | - |
| HSV(B) | 281.27º | 0.78% | 0.95% | - |
| XYZ | 37.26 | 19.3 | 86.56 | - |
| YUV | 114.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 243 | 0.24 | 0.78 | 0 | 0.05 | 281.27 | 0.89 | 0.58 |
| Hex | B8 | 36 | F3 | 18 | 4E | 0 | 5 | 119 | 59 | 3A |
| Octal | 270 | 66 | 363 | 30 | 116 | 0 | 5 | 431 | 131 | 72 |
| Binary | 10111000 | 110110 | 11110011 | 11000 | 1001110 | 0 | 101 | 100011001 | 1011001 | 111010 |
Color Harmonies of #B836F3
Complementary color
Monochromatic Colors of #B836F3
Black with #B836F3
Text Example
Text Example
White with #B836F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836F3; }
p { color: rgb(184,54,243); }
H1.HeaderClassName
{
color: #B836F3;
}
.AnyTagClassName
{
color: #B836F3;
}
</style>
background-color css
<style>
a { background-color: #B836F3; }
a { background-color: rgb(184,54,243); }
div.DivClassName
{
background-color: #B836F3;
}
.BgClassName
{
background-color: #B836F3;
}
</style>
border-color css
<style>
span { border-color: #B836F3; }
span { border-color: rgb(184,54,243); }
td.TdClassName
{
border-color: #B836F3;
}
.TagClassName
{
border-color: #B836F3;
}
</style>