Shades of Medium Orchid #B84DCB
Tints of Medium Orchid #B84DCB
RGB
CMYK
RGB Variations
Color information
#B84DCB (or 0xB84DCB) is known color: Medium Orchid. HEX triplet: B8, 4D and CB. RGB value is (184,77,203). Sum of RGB (Red+Green+Blue) = 184+77+203=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B84DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DCB is #47B234. Grayscale: #7A7A7A. Windows color (decimal): -4698677 or 13323704. OLE color: 13323704.
HSL color Cylindrical-coordinate representation of color #B84DCB: hue angle of 290.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84DCB is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 77 | 203 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.20 |
| HSL | 290.95º | 0.55% | 0.55% | - |
| HSV(B) | 290.95º | 0.62% | 0.8% | - |
| XYZ | 33.2 | 19.81 | 58.57 | - |
| YUV | 123.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 203 | 0.09 | 0.62 | 0 | 0.20 | 290.95 | 0.55 | 0.55 |
| Hex | B8 | 4D | CB | 9 | 3E | 0 | 14 | 123 | 37 | 37 |
| Octal | 270 | 115 | 313 | 11 | 76 | 0 | 24 | 443 | 67 | 67 |
| Binary | 10111000 | 1001101 | 11001011 | 1001 | 111110 | 0 | 10100 | 100100011 | 110111 | 110111 |
Color Harmonies of #B84DCB
Complementary color
Monochromatic Colors of #B84DCB
Black with #B84DCB
Text Example
Text Example
White with #B84DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DCB; }
p { color: rgb(184,77,203); }
H1.HeaderClassName
{
color: #B84DCB;
}
.AnyTagClassName
{
color: #B84DCB;
}
</style>
background-color css
<style>
a { background-color: #B84DCB; }
a { background-color: rgb(184,77,203); }
div.DivClassName
{
background-color: #B84DCB;
}
.BgClassName
{
background-color: #B84DCB;
}
</style>
border-color css
<style>
span { border-color: #B84DCB; }
span { border-color: rgb(184,77,203); }
td.TdClassName
{
border-color: #B84DCB;
}
.TagClassName
{
border-color: #B84DCB;
}
</style>