Shades of Medium Orchid #B831EA
Tints of Medium Orchid #B831EA
RGB
CMYK
RGB Variations
Color information
#B831EA (or 0xB831EA) is known color: Medium Orchid. HEX triplet: B8, 31 and EA. RGB value is (184,49,234). Sum of RGB (Red+Green+Blue) = 184+49+234=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #B831EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831EA is #47CE15. Grayscale: #6D6D6D. Windows color (decimal): -4705814 or 15348152. OLE color: 15348152.
HSL color Cylindrical-coordinate representation of color #B831EA: hue angle of 283.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B831EA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 49 | 234 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.08 |
| HSL | 283.78º | 0.81% | 0.55% | - |
| HSV(B) | 283.78º | 0.79% | 0.92% | - |
| XYZ | 35.72 | 18.33 | 79.5 | - |
| YUV | 110.46 | 197.73 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 234 | 0.21 | 0.79 | 0 | 0.08 | 283.78 | 0.81 | 0.55 |
| Hex | B8 | 31 | EA | 15 | 4F | 0 | 8 | 11C | 51 | 37 |
| Octal | 270 | 61 | 352 | 25 | 117 | 0 | 10 | 434 | 121 | 67 |
| Binary | 10111000 | 110001 | 11101010 | 10101 | 1001111 | 0 | 1000 | 100011100 | 1010001 | 110111 |
Color Harmonies of #B831EA
Complementary color
Monochromatic Colors of #B831EA
Black with #B831EA
Text Example
Text Example
White with #B831EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831EA; }
p { color: rgb(184,49,234); }
H1.HeaderClassName
{
color: #B831EA;
}
.AnyTagClassName
{
color: #B831EA;
}
</style>
background-color css
<style>
a { background-color: #B831EA; }
a { background-color: rgb(184,49,234); }
div.DivClassName
{
background-color: #B831EA;
}
.BgClassName
{
background-color: #B831EA;
}
</style>
border-color css
<style>
span { border-color: #B831EA; }
span { border-color: rgb(184,49,234); }
td.TdClassName
{
border-color: #B831EA;
}
.TagClassName
{
border-color: #B831EA;
}
</style>