Shades of Medium Orchid #B84CCA
Tints of Medium Orchid #B84CCA
RGB
CMYK
RGB Variations
Color information
#B84CCA (or 0xB84CCA) is known color: Medium Orchid. HEX triplet: B8, 4C and CA. RGB value is (184,76,202). Sum of RGB (Red+Green+Blue) = 184+76+202=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B84CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CCA is #47B335. Grayscale: #7A7A7A. Windows color (decimal): -4698934 or 13257912. OLE color: 13257912.
HSL color Cylindrical-coordinate representation of color #B84CCA: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84CCA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 76 | 202 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.21 |
| HSL | 291.43º | 0.54% | 0.55% | - |
| HSV(B) | 291.43º | 0.62% | 0.79% | - |
| XYZ | 33.01 | 19.62 | 57.92 | - |
| YUV | 122.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 202 | 0.09 | 0.62 | 0 | 0.21 | 291.43 | 0.54 | 0.55 |
| Hex | B8 | 4C | CA | 9 | 3E | 0 | 15 | 123 | 36 | 37 |
| Octal | 270 | 114 | 312 | 11 | 76 | 0 | 25 | 443 | 66 | 67 |
| Binary | 10111000 | 1001100 | 11001010 | 1001 | 111110 | 0 | 10101 | 100100011 | 110110 | 110111 |
Color Harmonies of #B84CCA
Complementary color
Monochromatic Colors of #B84CCA
Black with #B84CCA
Text Example
Text Example
White with #B84CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CCA; }
p { color: rgb(184,76,202); }
H1.HeaderClassName
{
color: #B84CCA;
}
.AnyTagClassName
{
color: #B84CCA;
}
</style>
background-color css
<style>
a { background-color: #B84CCA; }
a { background-color: rgb(184,76,202); }
div.DivClassName
{
background-color: #B84CCA;
}
.BgClassName
{
background-color: #B84CCA;
}
</style>
border-color css
<style>
span { border-color: #B84CCA; }
span { border-color: rgb(184,76,202); }
td.TdClassName
{
border-color: #B84CCA;
}
.TagClassName
{
border-color: #B84CCA;
}
</style>