Shades of Medium Orchid #B84BCE
Tints of Medium Orchid #B84BCE
RGB
CMYK
RGB Variations
Color information
#B84BCE (or 0xB84BCE) is known color: Medium Orchid. HEX triplet: B8, 4B and CE. RGB value is (184,75,206). Sum of RGB (Red+Green+Blue) = 184+75+206=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #B84BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BCE is #47B431. Grayscale: #7A7A7A. Windows color (decimal): -4699186 or 13519800. OLE color: 13519800.
HSL color Cylindrical-coordinate representation of color #B84BCE: hue angle of 289.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84BCE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 75 | 206 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.19 |
| HSL | 289.92º | 0.57% | 0.55% | - |
| HSV(B) | 289.92º | 0.64% | 0.81% | - |
| XYZ | 33.42 | 19.68 | 60.43 | - |
| YUV | 122.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 206 | 0.11 | 0.64 | 0 | 0.19 | 289.92 | 0.57 | 0.55 |
| Hex | B8 | 4B | CE | B | 40 | 0 | 13 | 122 | 39 | 37 |
| Octal | 270 | 113 | 316 | 13 | 100 | 0 | 23 | 442 | 71 | 67 |
| Binary | 10111000 | 1001011 | 11001110 | 1011 | 1000000 | 0 | 10011 | 100100010 | 111001 | 110111 |
Color Harmonies of #B84BCE
Complementary color
Monochromatic Colors of #B84BCE
Black with #B84BCE
Text Example
Text Example
White with #B84BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BCE; }
p { color: rgb(184,75,206); }
H1.HeaderClassName
{
color: #B84BCE;
}
.AnyTagClassName
{
color: #B84BCE;
}
</style>
background-color css
<style>
a { background-color: #B84BCE; }
a { background-color: rgb(184,75,206); }
div.DivClassName
{
background-color: #B84BCE;
}
.BgClassName
{
background-color: #B84BCE;
}
</style>
border-color css
<style>
span { border-color: #B84BCE; }
span { border-color: rgb(184,75,206); }
td.TdClassName
{
border-color: #B84BCE;
}
.TagClassName
{
border-color: #B84BCE;
}
</style>