Shades of Medium Orchid #B839FC
Tints of Medium Orchid #B839FC
RGB
CMYK
RGB Variations
Color information
#B839FC (or 0xB839FC) is known color: Medium Orchid. HEX triplet: B8, 39 and FC. RGB value is (184,57,252). Sum of RGB (Red+Green+Blue) = 184+57+252=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #B839FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B839FC is #47C603. Grayscale: #747474. Windows color (decimal): -4703748 or 16529848. OLE color: 16529848.
HSL color Cylindrical-coordinate representation of color #B839FC: hue angle of 279.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B839FC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 57 | 252 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.01 |
| HSL | 279.08º | 0.97% | 0.61% | - |
| HSV(B) | 279.08º | 0.77% | 0.99% | - |
| XYZ | 38.8 | 20.14 | 93.94 | - |
| YUV | 117.2 | 204.08 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 252 | 0.27 | 0.77 | 0 | 0.01 | 279.08 | 0.97 | 0.61 |
| Hex | B8 | 39 | FC | 1B | 4D | 0 | 1 | 117 | 61 | 3D |
| Octal | 270 | 71 | 374 | 33 | 115 | 0 | 1 | 427 | 141 | 75 |
| Binary | 10111000 | 111001 | 11111100 | 11011 | 1001101 | 0 | 1 | 100010111 | 1100001 | 111101 |
Color Harmonies of #B839FC
Complementary color
Monochromatic Colors of #B839FC
Black with #B839FC
Text Example
Text Example
White with #B839FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B839FC; }
p { color: rgb(184,57,252); }
H1.HeaderClassName
{
color: #B839FC;
}
.AnyTagClassName
{
color: #B839FC;
}
</style>
background-color css
<style>
a { background-color: #B839FC; }
a { background-color: rgb(184,57,252); }
div.DivClassName
{
background-color: #B839FC;
}
.BgClassName
{
background-color: #B839FC;
}
</style>
border-color css
<style>
span { border-color: #B839FC; }
span { border-color: rgb(184,57,252); }
td.TdClassName
{
border-color: #B839FC;
}
.TagClassName
{
border-color: #B839FC;
}
</style>