Shades of Medium Orchid #B84CEB
Tints of Medium Orchid #B84CEB
RGB
CMYK
RGB Variations
Color information
#B84CEB (or 0xB84CEB) is known color: Medium Orchid. HEX triplet: B8, 4C and EB. RGB value is (184,76,235). Sum of RGB (Red+Green+Blue) = 184+76+235=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #B84CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84CEB is #47B314. Grayscale: #7D7D7D. Windows color (decimal): -4698901 or 15420600. OLE color: 15420600.
HSL color Cylindrical-coordinate representation of color #B84CEB: hue angle of 280.75º 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 #B84CEB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 76 | 235 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.08 |
| HSL | 280.75º | 0.8% | 0.61% | - |
| HSV(B) | 280.75º | 0.68% | 0.92% | - |
| XYZ | 37.35 | 21.36 | 80.75 | - |
| YUV | 126.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 235 | 0.22 | 0.68 | 0 | 0.08 | 280.75 | 0.8 | 0.61 |
| Hex | B8 | 4C | EB | 16 | 44 | 0 | 8 | 119 | 50 | 3D |
| Octal | 270 | 114 | 353 | 26 | 104 | 0 | 10 | 431 | 120 | 75 |
| Binary | 10111000 | 1001100 | 11101011 | 10110 | 1000100 | 0 | 1000 | 100011001 | 1010000 | 111101 |
Color Harmonies of #B84CEB
Complementary color
Monochromatic Colors of #B84CEB
Black with #B84CEB
Text Example
Text Example
White with #B84CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CEB; }
p { color: rgb(184,76,235); }
H1.HeaderClassName
{
color: #B84CEB;
}
.AnyTagClassName
{
color: #B84CEB;
}
</style>
background-color css
<style>
a { background-color: #B84CEB; }
a { background-color: rgb(184,76,235); }
div.DivClassName
{
background-color: #B84CEB;
}
.BgClassName
{
background-color: #B84CEB;
}
</style>
border-color css
<style>
span { border-color: #B84CEB; }
span { border-color: rgb(184,76,235); }
td.TdClassName
{
border-color: #B84CEB;
}
.TagClassName
{
border-color: #B84CEB;
}
</style>