Shades of Medium Orchid #B84CCE
Tints of Medium Orchid #B84CCE
RGB
CMYK
RGB Variations
Color information
#B84CCE (or 0xB84CCE) is known color: Medium Orchid. HEX triplet: B8, 4C and CE. RGB value is (184,76,206). Sum of RGB (Red+Green+Blue) = 184+76+206=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #B84CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CCE is #47B331. Grayscale: #7A7A7A. Windows color (decimal): -4698930 or 13520056. OLE color: 13520056.
HSL color Cylindrical-coordinate representation of color #B84CCE: hue angle of 289.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84CCE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 76 | 206 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.19 |
| HSL | 289.85º | 0.57% | 0.55% | - |
| HSV(B) | 289.85º | 0.63% | 0.81% | - |
| XYZ | 33.49 | 19.82 | 60.45 | - |
| YUV | 123.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 206 | 0.11 | 0.63 | 0 | 0.19 | 289.85 | 0.57 | 0.55 |
| Hex | B8 | 4C | CE | B | 3F | 0 | 13 | 122 | 39 | 37 |
| Octal | 270 | 114 | 316 | 13 | 77 | 0 | 23 | 442 | 71 | 67 |
| Binary | 10111000 | 1001100 | 11001110 | 1011 | 111111 | 0 | 10011 | 100100010 | 111001 | 110111 |
Color Harmonies of #B84CCE
Complementary color
Monochromatic Colors of #B84CCE
Black with #B84CCE
Text Example
Text Example
White with #B84CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CCE; }
p { color: rgb(184,76,206); }
H1.HeaderClassName
{
color: #B84CCE;
}
.AnyTagClassName
{
color: #B84CCE;
}
</style>
background-color css
<style>
a { background-color: #B84CCE; }
a { background-color: rgb(184,76,206); }
div.DivClassName
{
background-color: #B84CCE;
}
.BgClassName
{
background-color: #B84CCE;
}
</style>
border-color css
<style>
span { border-color: #B84CCE; }
span { border-color: rgb(184,76,206); }
td.TdClassName
{
border-color: #B84CCE;
}
.TagClassName
{
border-color: #B84CCE;
}
</style>