Shades of Medium Orchid #B84FF2
Tints of Medium Orchid #B84FF2
RGB
CMYK
RGB Variations
Color information
#B84FF2 (or 0xB84FF2) is known color: Medium Orchid. HEX triplet: B8, 4F and F2. RGB value is (184,79,242). Sum of RGB (Red+Green+Blue) = 184+79+242=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #B84FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FF2 is #47B00D. Grayscale: #808080. Windows color (decimal): -4698126 or 15880120. OLE color: 15880120.
HSL color Cylindrical-coordinate representation of color #B84FF2: hue angle of 278.65º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84FF2 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 79 | 242 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.05 |
| HSL | 278.65º | 0.86% | 0.63% | - |
| HSV(B) | 278.65º | 0.67% | 0.95% | - |
| XYZ | 38.59 | 22.19 | 86.25 | - |
| YUV | 128.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 242 | 0.24 | 0.67 | 0 | 0.05 | 278.65 | 0.86 | 0.63 |
| Hex | B8 | 4F | F2 | 18 | 43 | 0 | 5 | 117 | 56 | 3F |
| Octal | 270 | 117 | 362 | 30 | 103 | 0 | 5 | 427 | 126 | 77 |
| Binary | 10111000 | 1001111 | 11110010 | 11000 | 1000011 | 0 | 101 | 100010111 | 1010110 | 111111 |
Color Harmonies of #B84FF2
Complementary color
Monochromatic Colors of #B84FF2
Black with #B84FF2
Text Example
Text Example
White with #B84FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FF2; }
p { color: rgb(184,79,242); }
H1.HeaderClassName
{
color: #B84FF2;
}
.AnyTagClassName
{
color: #B84FF2;
}
</style>
background-color css
<style>
a { background-color: #B84FF2; }
a { background-color: rgb(184,79,242); }
div.DivClassName
{
background-color: #B84FF2;
}
.BgClassName
{
background-color: #B84FF2;
}
</style>
border-color css
<style>
span { border-color: #B84FF2; }
span { border-color: rgb(184,79,242); }
td.TdClassName
{
border-color: #B84FF2;
}
.TagClassName
{
border-color: #B84FF2;
}
</style>