Shades of Medium Orchid #BE42CC
Tints of Medium Orchid #BE42CC
RGB
CMYK
RGB Variations
Color information
#BE42CC (or 0xBE42CC) is known color: Medium Orchid. HEX triplet: BE, 42 and CC. RGB value is (190,66,204). Sum of RGB (Red+Green+Blue) = 190+66+204=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42CC is #41BD33. Grayscale: #767676. Windows color (decimal): -4308276 or 13386430. OLE color: 13386430.
HSL color Cylindrical-coordinate representation of color #BE42CC: hue angle of 293.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE42CC is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 66 | 204 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.2 |
| HSL | 293.91º | 0.58% | 0.53% | - |
| HSV(B) | 293.91º | 0.68% | 0.8% | - |
| XYZ | 34.08 | 19.2 | 59.04 | - |
| YUV | 118.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 204 | 0.07 | 0.68 | 0 | 0.2 | 293.91 | 0.58 | 0.53 |
| Hex | BE | 42 | CC | 7 | 44 | 0 | 14 | 126 | 3A | 35 |
| Octal | 276 | 102 | 314 | 7 | 104 | 0 | 24 | 446 | 72 | 65 |
| Binary | 10111110 | 1000010 | 11001100 | 111 | 1000100 | 0 | 10100 | 100100110 | 111010 | 110101 |
Color Harmonies of #BE42CC
Complementary color
Monochromatic Colors of #BE42CC
Black with #BE42CC
Text Example
Text Example
White with #BE42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42CC; }
p { color: rgb(190,66,204); }
H1.HeaderClassName
{
color: #BE42CC;
}
.AnyTagClassName
{
color: #BE42CC;
}
</style>
background-color css
<style>
a { background-color: #BE42CC; }
a { background-color: rgb(190,66,204); }
div.DivClassName
{
background-color: #BE42CC;
}
.BgClassName
{
background-color: #BE42CC;
}
</style>
border-color css
<style>
span { border-color: #BE42CC; }
span { border-color: rgb(190,66,204); }
td.TdClassName
{
border-color: #BE42CC;
}
.TagClassName
{
border-color: #BE42CC;
}
</style>