Shades of Medium Orchid #B838E6
Tints of Medium Orchid #B838E6
RGB
CMYK
RGB Variations
Color information
#B838E6 (or 0xB838E6) is known color: Medium Orchid. HEX triplet: B8, 38 and E6. RGB value is (184,56,230). Sum of RGB (Red+Green+Blue) = 184+56+230=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #B838E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B838E6 is #47C719. Grayscale: #717171. Windows color (decimal): -4704026 or 15087800. OLE color: 15087800.
HSL color Cylindrical-coordinate representation of color #B838E6: hue angle of 284.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B838E6 is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 56 | 230 | - |
| CMYK | 0.2 | 0.76 | 0 | 0.10 |
| HSL | 284.14º | 0.78% | 0.56% | - |
| HSV(B) | 284.14º | 0.76% | 0.9% | - |
| XYZ | 35.46 | 18.73 | 76.61 | - |
| YUV | 114.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 230 | 0.2 | 0.76 | 0 | 0.10 | 284.14 | 0.78 | 0.56 |
| Hex | B8 | 38 | E6 | 14 | 4C | 0 | A | 11C | 4E | 38 |
| Octal | 270 | 70 | 346 | 24 | 114 | 0 | 12 | 434 | 116 | 70 |
| Binary | 10111000 | 111000 | 11100110 | 10100 | 1001100 | 0 | 1010 | 100011100 | 1001110 | 111000 |
Color Harmonies of #B838E6
Complementary color
Monochromatic Colors of #B838E6
Black with #B838E6
Text Example
Text Example
White with #B838E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838E6; }
p { color: rgb(184,56,230); }
H1.HeaderClassName
{
color: #B838E6;
}
.AnyTagClassName
{
color: #B838E6;
}
</style>
background-color css
<style>
a { background-color: #B838E6; }
a { background-color: rgb(184,56,230); }
div.DivClassName
{
background-color: #B838E6;
}
.BgClassName
{
background-color: #B838E6;
}
</style>
border-color css
<style>
span { border-color: #B838E6; }
span { border-color: rgb(184,56,230); }
td.TdClassName
{
border-color: #B838E6;
}
.TagClassName
{
border-color: #B838E6;
}
</style>