Shades of Medium Orchid #B84BEB
Tints of Medium Orchid #B84BEB
RGB
CMYK
RGB Variations
Color information
#B84BEB (or 0xB84BEB) is known color: Medium Orchid. HEX triplet: B8, 4B and EB. RGB value is (184,75,235). Sum of RGB (Red+Green+Blue) = 184+75+235=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #B84BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BEB is #47B414. Grayscale: #7D7D7D. Windows color (decimal): -4699157 or 15420344. OLE color: 15420344.
HSL color Cylindrical-coordinate representation of color #B84BEB: hue angle of 280.88º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84BEB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 75 | 235 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.08 |
| HSL | 280.88º | 0.8% | 0.61% | - |
| HSV(B) | 280.88º | 0.68% | 0.92% | - |
| XYZ | 37.28 | 21.22 | 80.73 | - |
| YUV | 125.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 235 | 0.22 | 0.68 | 0 | 0.08 | 280.88 | 0.8 | 0.61 |
| Hex | B8 | 4B | EB | 16 | 44 | 0 | 8 | 119 | 50 | 3D |
| Octal | 270 | 113 | 353 | 26 | 104 | 0 | 10 | 431 | 120 | 75 |
| Binary | 10111000 | 1001011 | 11101011 | 10110 | 1000100 | 0 | 1000 | 100011001 | 1010000 | 111101 |
Color Harmonies of #B84BEB
Complementary color
Monochromatic Colors of #B84BEB
Black with #B84BEB
Text Example
Text Example
White with #B84BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BEB; }
p { color: rgb(184,75,235); }
H1.HeaderClassName
{
color: #B84BEB;
}
.AnyTagClassName
{
color: #B84BEB;
}
</style>
background-color css
<style>
a { background-color: #B84BEB; }
a { background-color: rgb(184,75,235); }
div.DivClassName
{
background-color: #B84BEB;
}
.BgClassName
{
background-color: #B84BEB;
}
</style>
border-color css
<style>
span { border-color: #B84BEB; }
span { border-color: rgb(184,75,235); }
td.TdClassName
{
border-color: #B84BEB;
}
.TagClassName
{
border-color: #B84BEB;
}
</style>