Shades of Medium Orchid #B84BF2
Tints of Medium Orchid #B84BF2
RGB
CMYK
RGB Variations
Color information
#B84BF2 (or 0xB84BF2) is known color: Medium Orchid. HEX triplet: B8, 4B and F2. RGB value is (184,75,242). Sum of RGB (Red+Green+Blue) = 184+75+242=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #B84BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BF2 is #47B40D. Grayscale: #7E7E7E. Windows color (decimal): -4699150 or 15879096. OLE color: 15879096.
HSL color Cylindrical-coordinate representation of color #B84BF2: hue angle of 279.16º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84BF2 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 75 | 242 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.05 |
| HSL | 279.16º | 0.87% | 0.62% | - |
| HSV(B) | 279.16º | 0.69% | 0.95% | - |
| XYZ | 38.31 | 21.63 | 86.16 | - |
| YUV | 126.63 | 193.11 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 242 | 0.24 | 0.69 | 0 | 0.05 | 279.16 | 0.87 | 0.62 |
| Hex | B8 | 4B | F2 | 18 | 45 | 0 | 5 | 117 | 57 | 3E |
| Octal | 270 | 113 | 362 | 30 | 105 | 0 | 5 | 427 | 127 | 76 |
| Binary | 10111000 | 1001011 | 11110010 | 11000 | 1000101 | 0 | 101 | 100010111 | 1010111 | 111110 |
Color Harmonies of #B84BF2
Complementary color
Monochromatic Colors of #B84BF2
Black with #B84BF2
Text Example
Text Example
White with #B84BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BF2; }
p { color: rgb(184,75,242); }
H1.HeaderClassName
{
color: #B84BF2;
}
.AnyTagClassName
{
color: #B84BF2;
}
</style>
background-color css
<style>
a { background-color: #B84BF2; }
a { background-color: rgb(184,75,242); }
div.DivClassName
{
background-color: #B84BF2;
}
.BgClassName
{
background-color: #B84BF2;
}
</style>
border-color css
<style>
span { border-color: #B84BF2; }
span { border-color: rgb(184,75,242); }
td.TdClassName
{
border-color: #B84BF2;
}
.TagClassName
{
border-color: #B84BF2;
}
</style>