Shades of Medium Orchid #B84BDF
Tints of Medium Orchid #B84BDF
RGB
CMYK
RGB Variations
Color information
#B84BDF (or 0xB84BDF) is known color: Medium Orchid. HEX triplet: B8, 4B and DF. RGB value is (184,75,223). Sum of RGB (Red+Green+Blue) = 184+75+223=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #B84BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BDF is #47B420. Grayscale: #7B7B7B. Windows color (decimal): -4699169 or 14633912. OLE color: 14633912.
HSL color Cylindrical-coordinate representation of color #B84BDF: hue angle of 284.19º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84BDF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 75 | 223 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.13 |
| HSL | 284.19º | 0.7% | 0.58% | - |
| HSV(B) | 284.19º | 0.66% | 0.87% | - |
| XYZ | 35.6 | 20.55 | 71.9 | - |
| YUV | 124.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 223 | 0.17 | 0.66 | 0 | 0.13 | 284.19 | 0.7 | 0.58 |
| Hex | B8 | 4B | DF | 11 | 42 | 0 | D | 11C | 46 | 3A |
| Octal | 270 | 113 | 337 | 21 | 102 | 0 | 15 | 434 | 106 | 72 |
| Binary | 10111000 | 1001011 | 11011111 | 10001 | 1000010 | 0 | 1101 | 100011100 | 1000110 | 111010 |
Color Harmonies of #B84BDF
Complementary color
Monochromatic Colors of #B84BDF
Black with #B84BDF
Text Example
Text Example
White with #B84BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BDF; }
p { color: rgb(184,75,223); }
H1.HeaderClassName
{
color: #B84BDF;
}
.AnyTagClassName
{
color: #B84BDF;
}
</style>
background-color css
<style>
a { background-color: #B84BDF; }
a { background-color: rgb(184,75,223); }
div.DivClassName
{
background-color: #B84BDF;
}
.BgClassName
{
background-color: #B84BDF;
}
</style>
border-color css
<style>
span { border-color: #B84BDF; }
span { border-color: rgb(184,75,223); }
td.TdClassName
{
border-color: #B84BDF;
}
.TagClassName
{
border-color: #B84BDF;
}
</style>