Shades of Medium Orchid #BE54CB
Tints of Medium Orchid #BE54CB
RGB
CMYK
RGB Variations
Color information
#BE54CB (or 0xBE54CB) is known color: Medium Orchid. HEX triplet: BE, 54 and CB. RGB value is (190,84,203). Sum of RGB (Red+Green+Blue) = 190+84+203=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CB is #41AB34. Grayscale: #808080. Windows color (decimal): -4303669 or 13325502. OLE color: 13325502.
HSL color Cylindrical-coordinate representation of color #BE54CB: hue angle of 293.45º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE54CB is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 84 | 203 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.20 |
| HSL | 293.45º | 0.53% | 0.56% | - |
| HSV(B) | 293.45º | 0.59% | 0.8% | - |
| XYZ | 35.19 | 21.6 | 58.81 | - |
| YUV | 129.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 203 | 0.06 | 0.59 | 0 | 0.20 | 293.45 | 0.53 | 0.56 |
| Hex | BE | 54 | CB | 6 | 3B | 0 | 14 | 125 | 35 | 38 |
| Octal | 276 | 124 | 313 | 6 | 73 | 0 | 24 | 445 | 65 | 70 |
| Binary | 10111110 | 1010100 | 11001011 | 110 | 111011 | 0 | 10100 | 100100101 | 110101 | 111000 |
Color Harmonies of #BE54CB
Complementary color
Monochromatic Colors of #BE54CB
Black with #BE54CB
Text Example
Text Example
White with #BE54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54CB; }
p { color: rgb(190,84,203); }
H1.HeaderClassName
{
color: #BE54CB;
}
.AnyTagClassName
{
color: #BE54CB;
}
</style>
background-color css
<style>
a { background-color: #BE54CB; }
a { background-color: rgb(190,84,203); }
div.DivClassName
{
background-color: #BE54CB;
}
.BgClassName
{
background-color: #BE54CB;
}
</style>
border-color css
<style>
span { border-color: #BE54CB; }
span { border-color: rgb(190,84,203); }
td.TdClassName
{
border-color: #BE54CB;
}
.TagClassName
{
border-color: #BE54CB;
}
</style>