Shades of Medium Orchid #BE43CF
Tints of Medium Orchid #BE43CF
RGB
CMYK
RGB Variations
Color information
#BE43CF (or 0xBE43CF) is known color: Medium Orchid. HEX triplet: BE, 43 and CF. RGB value is (190,67,207). Sum of RGB (Red+Green+Blue) = 190+67+207=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE43CF is #41BC30. Grayscale: #777777. Windows color (decimal): -4308017 or 13583294. OLE color: 13583294.
HSL color Cylindrical-coordinate representation of color #BE43CF: hue angle of 292.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE43CF is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 67 | 207 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 292.71º | 0.59% | 0.54% | - |
| HSV(B) | 292.71º | 0.68% | 0.81% | - |
| XYZ | 34.5 | 19.47 | 60.97 | - |
| YUV | 119.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 207 | 0.08 | 0.68 | 0 | 0.19 | 292.71 | 0.59 | 0.54 |
| Hex | BE | 43 | CF | 8 | 44 | 0 | 13 | 125 | 3B | 36 |
| Octal | 276 | 103 | 317 | 10 | 104 | 0 | 23 | 445 | 73 | 66 |
| Binary | 10111110 | 1000011 | 11001111 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110110 |
Color Harmonies of #BE43CF
Complementary color
Monochromatic Colors of #BE43CF
Black with #BE43CF
Text Example
Text Example
White with #BE43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE43CF; }
p { color: rgb(190,67,207); }
H1.HeaderClassName
{
color: #BE43CF;
}
.AnyTagClassName
{
color: #BE43CF;
}
</style>
background-color css
<style>
a { background-color: #BE43CF; }
a { background-color: rgb(190,67,207); }
div.DivClassName
{
background-color: #BE43CF;
}
.BgClassName
{
background-color: #BE43CF;
}
</style>
border-color css
<style>
span { border-color: #BE43CF; }
span { border-color: rgb(190,67,207); }
td.TdClassName
{
border-color: #BE43CF;
}
.TagClassName
{
border-color: #BE43CF;
}
</style>