Shades of Medium Orchid #BE3ACF
Tints of Medium Orchid #BE3ACF
RGB
CMYK
RGB Variations
Color information
#BE3ACF (or 0xBE3ACF) is known color: Medium Orchid. HEX triplet: BE, 3A and CF. RGB value is (190,58,207). Sum of RGB (Red+Green+Blue) = 190+58+207=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ACF is #41C530. Grayscale: #717171. Windows color (decimal): -4310321 or 13580990. OLE color: 13580990.
HSL color Cylindrical-coordinate representation of color #BE3ACF: hue angle of 293.15º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3ACF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 58 | 207 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.19 |
| HSL | 293.15º | 0.61% | 0.52% | - |
| HSV(B) | 293.15º | 0.72% | 0.81% | - |
| XYZ | 34.01 | 18.48 | 60.81 | - |
| YUV | 114.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 207 | 0.08 | 0.72 | 0 | 0.19 | 293.15 | 0.61 | 0.52 |
| Hex | BE | 3A | CF | 8 | 48 | 0 | 13 | 125 | 3D | 34 |
| Octal | 276 | 72 | 317 | 10 | 110 | 0 | 23 | 445 | 75 | 64 |
| Binary | 10111110 | 111010 | 11001111 | 1000 | 1001000 | 0 | 10011 | 100100101 | 111101 | 110100 |
Color Harmonies of #BE3ACF
Complementary color
Monochromatic Colors of #BE3ACF
Black with #BE3ACF
Text Example
Text Example
White with #BE3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ACF; }
p { color: rgb(190,58,207); }
H1.HeaderClassName
{
color: #BE3ACF;
}
.AnyTagClassName
{
color: #BE3ACF;
}
</style>
background-color css
<style>
a { background-color: #BE3ACF; }
a { background-color: rgb(190,58,207); }
div.DivClassName
{
background-color: #BE3ACF;
}
.BgClassName
{
background-color: #BE3ACF;
}
</style>
border-color css
<style>
span { border-color: #BE3ACF; }
span { border-color: rgb(190,58,207); }
td.TdClassName
{
border-color: #BE3ACF;
}
.TagClassName
{
border-color: #BE3ACF;
}
</style>