Shades of Medium Orchid #BE4CCB
Tints of Medium Orchid #BE4CCB
RGB
CMYK
RGB Variations
Color information
#BE4CCB (or 0xBE4CCB) is known color: Medium Orchid. HEX triplet: BE, 4C and CB. RGB value is (190,76,203). Sum of RGB (Red+Green+Blue) = 190+76+203=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CCB is #41B334. Grayscale: #7C7C7C. Windows color (decimal): -4305717 or 13323454. OLE color: 13323454.
HSL color Cylindrical-coordinate representation of color #BE4CCB: hue angle of 293.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4CCB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 76 | 203 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.20 |
| HSL | 293.86º | 0.55% | 0.55% | - |
| HSV(B) | 293.86º | 0.63% | 0.8% | - |
| XYZ | 34.6 | 20.43 | 58.62 | - |
| YUV | 124.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 203 | 0.06 | 0.63 | 0 | 0.20 | 293.86 | 0.55 | 0.55 |
| Hex | BE | 4C | CB | 6 | 3F | 0 | 14 | 126 | 37 | 37 |
| Octal | 276 | 114 | 313 | 6 | 77 | 0 | 24 | 446 | 67 | 67 |
| Binary | 10111110 | 1001100 | 11001011 | 110 | 111111 | 0 | 10100 | 100100110 | 110111 | 110111 |
Color Harmonies of #BE4CCB
Complementary color
Monochromatic Colors of #BE4CCB
Black with #BE4CCB
Text Example
Text Example
White with #BE4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CCB; }
p { color: rgb(190,76,203); }
H1.HeaderClassName
{
color: #BE4CCB;
}
.AnyTagClassName
{
color: #BE4CCB;
}
</style>
background-color css
<style>
a { background-color: #BE4CCB; }
a { background-color: rgb(190,76,203); }
div.DivClassName
{
background-color: #BE4CCB;
}
.BgClassName
{
background-color: #BE4CCB;
}
</style>
border-color css
<style>
span { border-color: #BE4CCB; }
span { border-color: rgb(190,76,203); }
td.TdClassName
{
border-color: #BE4CCB;
}
.TagClassName
{
border-color: #BE4CCB;
}
</style>