#BE4FCC

Color #BE4FCC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE4FCC

Tints of Medium Orchid #BE4FCC

Color information

#BE4FCC (or 0xBE4FCC) is unknown color: approx Medium Orchid. HEX triplet: BE, 4F and CC. RGB value is (190,79,204). Sum of RGB (Red+Green+Blue) = 190+79+204=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FCC is #41B033. Grayscale: #7E7E7E. Windows color (decimal): -4304948 or 13389758. OLE color: 13389758.

HSL color Cylindrical-coordinate representation of color #BE4FCC: hue angle of 293.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4FCC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19079204-
CMYK0.070.6100.2
HSL293.28º55.07%55.49%-
HSV(B)293.28º61.27%80%-
XYZ34.9320.959.32-
YUV126.44171.77173.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=40.17%
G=16.70%
B=43.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190792040.070.6100.2293.2855.0755.49
HexBE4FCC73D0141253737
Octal2761173147750244456767
Binary10111110100111111001100111111101010100100100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FCC; }

 p { color: rgb(190,79,204); }

 H1.HeaderClassName
 {
   color: #BE4FCC;
 }
 .AnyTagClassName
 {
   color: #BE4FCC;
 }
</style>
background-color css

<style>
 a { background-color: #BE4FCC; }

 a { background-color: rgb(190,79,204); }

 div.DivClassName
 {
   background-color: #BE4FCC;
 }
 .BgClassName
 {
   background-color: #BE4FCC;
 }
</style>
border-color css

<style>
 span { border-color: #BE4FCC; }

 span { border-color: rgb(190,79,204); }

 td.TdClassName
 {
   border-color: #BE4FCC;
 }
 .TagClassName
 {
   border-color: #BE4FCC;
 }
</style>