Shades of Medium Orchid #B837FF
Tints of Medium Orchid #B837FF
RGB
CMYK
RGB Variations
Color information
#B837FF (or 0xB837FF) is known color: Medium Orchid. HEX triplet: B8, 37 and FF. RGB value is (184,55,255). Sum of RGB (Red+Green+Blue) = 184+55+255=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #B837FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B837FF is #47C800. Grayscale: #737373. Windows color (decimal): -4704257 or 16725944. OLE color: 16725944.
HSL color Cylindrical-coordinate representation of color #B837FF: hue angle of 278.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B837FF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 55 | 255 | - |
| CMYK | 0.28 | 0.78 | 0 | 0 |
| HSL | 278.7º | 1% | 0.61% | - |
| HSV(B) | 278.7º | 0.78% | 1% | - |
| XYZ | 39.18 | 20.14 | 96.43 | - |
| YUV | 116.37 | 206.24 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 255 | 0.28 | 0.78 | 0 | 0 | 278.7 | 1 | 0.61 |
| Hex | B8 | 37 | FF | 1C | 4E | 0 | 0 | 117 | 64 | 3D |
| Octal | 270 | 67 | 377 | 34 | 116 | 0 | 0 | 427 | 144 | 75 |
| Binary | 10111000 | 110111 | 11111111 | 11100 | 1001110 | 0 | 0 | 100010111 | 1100100 | 111101 |
Color Harmonies of #B837FF
Complementary color
Monochromatic Colors of #B837FF
Black with #B837FF
Text Example
Text Example
White with #B837FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B837FF; }
p { color: rgb(184,55,255); }
H1.HeaderClassName
{
color: #B837FF;
}
.AnyTagClassName
{
color: #B837FF;
}
</style>
background-color css
<style>
a { background-color: #B837FF; }
a { background-color: rgb(184,55,255); }
div.DivClassName
{
background-color: #B837FF;
}
.BgClassName
{
background-color: #B837FF;
}
</style>
border-color css
<style>
span { border-color: #B837FF; }
span { border-color: rgb(184,55,255); }
td.TdClassName
{
border-color: #B837FF;
}
.TagClassName
{
border-color: #B837FF;
}
</style>