#BE4BDC

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

Shades of Medium Orchid #BE4BDC

Tints of Medium Orchid #BE4BDC

Color information

#BE4BDC (or 0xBE4BDC) is unknown color: approx Medium Orchid. HEX triplet: BE, 4B and DC. RGB value is (190,75,220). Sum of RGB (Red+Green+Blue) = 190+75+220=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BDC is #41B423. Grayscale: #7D7D7D. Windows color (decimal): -4305956 or 14437310. OLE color: 14437310.

HSL color Cylindrical-coordinate representation of color #BE4BDC: hue angle of 287.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4BDC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19075220-
CMYK0.140.6600.14
HSL287.59º67.44%57.84%-
HSV(B)287.59º65.91%86.27%-
XYZ36.6721.1569.86-
YUV125.92181.1173.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 75 (29.69% from 255) = 15.46%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=39.18%
G=15.46%
B=45.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190752200.140.6600.14287.5967.4457.84
HexBE4BDCE420E120433a
Octal2761133341610201644010372
Binary1011111010010111101110011101000010011101001000001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BDC; }

 p { color: rgb(190,75,220); }

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

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

 a { background-color: rgb(190,75,220); }

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

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

 span { border-color: rgb(190,75,220); }

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