Shades of Medium Orchid #B84AFE
Tints of Medium Orchid #B84AFE
RGB
CMYK
RGB Variations
Color information
#B84AFE (or 0xB84AFE) is known color: Medium Orchid. HEX triplet: B8, 4A and FE. RGB value is (184,74,254). Sum of RGB (Red+Green+Blue) = 184+74+254=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B84AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AFE is #47B501. Grayscale: #7E7E7E. Windows color (decimal): -4699394 or 16665272. OLE color: 16665272.
HSL color Cylindrical-coordinate representation of color #B84AFE: hue angle of 276.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B84AFE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 74 | 254 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.00 |
| HSL | 276.67º | 0.99% | 0.64% | - |
| HSV(B) | 276.67º | 0.71% | 1% | - |
| XYZ | 40.11 | 22.24 | 95.95 | - |
| YUV | 127.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 254 | 0.28 | 0.71 | 0 | 0.00 | 276.67 | 0.99 | 0.64 |
| Hex | B8 | 4A | FE | 1C | 47 | 0 | 0 | 115 | 63 | 40 |
| Octal | 270 | 112 | 376 | 34 | 107 | 0 | 0 | 425 | 143 | 100 |
| Binary | 10111000 | 1001010 | 11111110 | 11100 | 1000111 | 0 | 0 | 100010101 | 1100011 | 1000000 |
Color Harmonies of #B84AFE
Complementary color
Monochromatic Colors of #B84AFE
Black with #B84AFE
Text Example
Text Example
White with #B84AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AFE; }
p { color: rgb(184,74,254); }
H1.HeaderClassName
{
color: #B84AFE;
}
.AnyTagClassName
{
color: #B84AFE;
}
</style>
background-color css
<style>
a { background-color: #B84AFE; }
a { background-color: rgb(184,74,254); }
div.DivClassName
{
background-color: #B84AFE;
}
.BgClassName
{
background-color: #B84AFE;
}
</style>
border-color css
<style>
span { border-color: #B84AFE; }
span { border-color: rgb(184,74,254); }
td.TdClassName
{
border-color: #B84AFE;
}
.TagClassName
{
border-color: #B84AFE;
}
</style>