Shades of Medium Orchid #B84AF9
Tints of Medium Orchid #B84AF9
RGB
CMYK
RGB Variations
Color information
#B84AF9 (or 0xB84AF9) is known color: Medium Orchid. HEX triplet: B8, 4A and F9. RGB value is (184,74,249). Sum of RGB (Red+Green+Blue) = 184+74+249=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #B84AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AF9 is #47B506. Grayscale: #7E7E7E. Windows color (decimal): -4699399 or 16337592. OLE color: 16337592.
HSL color Cylindrical-coordinate representation of color #B84AF9: hue angle of 277.71º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84AF9 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 74 | 249 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.02 |
| HSL | 277.71º | 0.94% | 0.63% | - |
| HSV(B) | 277.71º | 0.7% | 0.98% | - |
| XYZ | 39.31 | 21.93 | 91.78 | - |
| YUV | 126.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 249 | 0.26 | 0.70 | 0 | 0.02 | 277.71 | 0.94 | 0.63 |
| Hex | B8 | 4A | F9 | 1A | 46 | 0 | 2 | 116 | 5E | 3F |
| Octal | 270 | 112 | 371 | 32 | 106 | 0 | 2 | 426 | 136 | 77 |
| Binary | 10111000 | 1001010 | 11111001 | 11010 | 1000110 | 0 | 10 | 100010110 | 1011110 | 111111 |
Color Harmonies of #B84AF9
Complementary color
Monochromatic Colors of #B84AF9
Black with #B84AF9
Text Example
Text Example
White with #B84AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AF9; }
p { color: rgb(184,74,249); }
H1.HeaderClassName
{
color: #B84AF9;
}
.AnyTagClassName
{
color: #B84AF9;
}
</style>
background-color css
<style>
a { background-color: #B84AF9; }
a { background-color: rgb(184,74,249); }
div.DivClassName
{
background-color: #B84AF9;
}
.BgClassName
{
background-color: #B84AF9;
}
</style>
border-color css
<style>
span { border-color: #B84AF9; }
span { border-color: rgb(184,74,249); }
td.TdClassName
{
border-color: #B84AF9;
}
.TagClassName
{
border-color: #B84AF9;
}
</style>