Shades of Medium Orchid #B84AF8
Tints of Medium Orchid #B84AF8
RGB
CMYK
RGB Variations
Color information
#B84AF8 (or 0xB84AF8) is known color: Medium Orchid. HEX triplet: B8, 4A and F8. RGB value is (184,74,248). Sum of RGB (Red+Green+Blue) = 184+74+248=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #B84AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AF8 is #47B507. Grayscale: #7E7E7E. Windows color (decimal): -4699400 or 16272056. OLE color: 16272056.
HSL color Cylindrical-coordinate representation of color #B84AF8: hue angle of 277.93º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84AF8 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 74 | 248 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.03 |
| HSL | 277.93º | 0.93% | 0.63% | - |
| HSV(B) | 277.93º | 0.7% | 0.97% | - |
| XYZ | 39.16 | 21.87 | 90.96 | - |
| YUV | 126.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 248 | 0.26 | 0.70 | 0 | 0.03 | 277.93 | 0.93 | 0.63 |
| Hex | B8 | 4A | F8 | 1A | 46 | 0 | 3 | 116 | 5D | 3F |
| Octal | 270 | 112 | 370 | 32 | 106 | 0 | 3 | 426 | 135 | 77 |
| Binary | 10111000 | 1001010 | 11111000 | 11010 | 1000110 | 0 | 11 | 100010110 | 1011101 | 111111 |
Color Harmonies of #B84AF8
Complementary color
Monochromatic Colors of #B84AF8
Black with #B84AF8
Text Example
Text Example
White with #B84AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AF8; }
p { color: rgb(184,74,248); }
H1.HeaderClassName
{
color: #B84AF8;
}
.AnyTagClassName
{
color: #B84AF8;
}
</style>
background-color css
<style>
a { background-color: #B84AF8; }
a { background-color: rgb(184,74,248); }
div.DivClassName
{
background-color: #B84AF8;
}
.BgClassName
{
background-color: #B84AF8;
}
</style>
border-color css
<style>
span { border-color: #B84AF8; }
span { border-color: rgb(184,74,248); }
td.TdClassName
{
border-color: #B84AF8;
}
.TagClassName
{
border-color: #B84AF8;
}
</style>