Shades of Medium Orchid #B837FD
Tints of Medium Orchid #B837FD
RGB
CMYK
RGB Variations
Color information
#B837FD (or 0xB837FD) is known color: Medium Orchid. HEX triplet: B8, 37 and FD. RGB value is (184,55,253). Sum of RGB (Red+Green+Blue) = 184+55+253=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #B837FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B837FD is #47C802. Grayscale: #737373. Windows color (decimal): -4704259 or 16594872. OLE color: 16594872.
HSL color Cylindrical-coordinate representation of color #B837FD: hue angle of 279.09º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B837FD is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 55 | 253 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.01 |
| HSL | 279.09º | 0.98% | 0.6% | - |
| HSV(B) | 279.09º | 0.78% | 0.99% | - |
| XYZ | 38.86 | 20.01 | 94.74 | - |
| YUV | 116.14 | 205.24 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 253 | 0.27 | 0.78 | 0 | 0.01 | 279.09 | 0.98 | 0.6 |
| Hex | B8 | 37 | FD | 1B | 4E | 0 | 1 | 117 | 62 | 3C |
| Octal | 270 | 67 | 375 | 33 | 116 | 0 | 1 | 427 | 142 | 74 |
| Binary | 10111000 | 110111 | 11111101 | 11011 | 1001110 | 0 | 1 | 100010111 | 1100010 | 111100 |
Color Harmonies of #B837FD
Complementary color
Monochromatic Colors of #B837FD
Black with #B837FD
Text Example
Text Example
White with #B837FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B837FD; }
p { color: rgb(184,55,253); }
H1.HeaderClassName
{
color: #B837FD;
}
.AnyTagClassName
{
color: #B837FD;
}
</style>
background-color css
<style>
a { background-color: #B837FD; }
a { background-color: rgb(184,55,253); }
div.DivClassName
{
background-color: #B837FD;
}
.BgClassName
{
background-color: #B837FD;
}
</style>
border-color css
<style>
span { border-color: #B837FD; }
span { border-color: rgb(184,55,253); }
td.TdClassName
{
border-color: #B837FD;
}
.TagClassName
{
border-color: #B837FD;
}
</style>