Shades of Medium Orchid #B84BFC
Tints of Medium Orchid #B84BFC
RGB
CMYK
RGB Variations
Color information
#B84BFC (or 0xB84BFC) is known color: Medium Orchid. HEX triplet: B8, 4B and FC. RGB value is (184,75,252). Sum of RGB (Red+Green+Blue) = 184+75+252=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B84BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BFC is #47B403. Grayscale: #7F7F7F. Windows color (decimal): -4699140 or 16534456. OLE color: 16534456.
HSL color Cylindrical-coordinate representation of color #B84BFC: hue angle of 276.95º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84BFC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 75 | 252 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.01 |
| HSL | 276.95º | 0.97% | 0.64% | - |
| HSV(B) | 276.95º | 0.7% | 0.99% | - |
| XYZ | 39.85 | 22.25 | 94.29 | - |
| YUV | 127.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 252 | 0.27 | 0.70 | 0 | 0.01 | 276.95 | 0.97 | 0.64 |
| Hex | B8 | 4B | FC | 1B | 46 | 0 | 1 | 115 | 61 | 40 |
| Octal | 270 | 113 | 374 | 33 | 106 | 0 | 1 | 425 | 141 | 100 |
| Binary | 10111000 | 1001011 | 11111100 | 11011 | 1000110 | 0 | 1 | 100010101 | 1100001 | 1000000 |
Color Harmonies of #B84BFC
Complementary color
Monochromatic Colors of #B84BFC
Black with #B84BFC
Text Example
Text Example
White with #B84BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BFC; }
p { color: rgb(184,75,252); }
H1.HeaderClassName
{
color: #B84BFC;
}
.AnyTagClassName
{
color: #B84BFC;
}
</style>
background-color css
<style>
a { background-color: #B84BFC; }
a { background-color: rgb(184,75,252); }
div.DivClassName
{
background-color: #B84BFC;
}
.BgClassName
{
background-color: #B84BFC;
}
</style>
border-color css
<style>
span { border-color: #B84BFC; }
span { border-color: rgb(184,75,252); }
td.TdClassName
{
border-color: #B84BFC;
}
.TagClassName
{
border-color: #B84BFC;
}
</style>