#BE4DCB

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

Shades of Medium Orchid #BE4DCB

Tints of Medium Orchid #BE4DCB

Color information

#BE4DCB (or 0xBE4DCB) is unknown color: approx Medium Orchid. HEX triplet: BE, 4D and CB. RGB value is (190,77,203). Sum of RGB (Red+Green+Blue) = 190+77+203=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DCB is #41B234. Grayscale: #7C7C7C. Windows color (decimal): -4305461 or 13323710. OLE color: 13323710.

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

Color convert

RGB19077203-
CMYK0.060.6200.20
HSL293.81º54.78%54.9%-
HSV(B)293.81º62.07%79.61%-
XYZ34.6720.5758.64-
YUV125.15171.94174.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 77 (30.47% from 255) = 16.38%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=40.43%
G=16.38%
B=43.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190772030.060.6200.20293.8154.7854.9
HexBE4DCB63E0141263737
Octal2761153136760244466767
Binary10111110100110111001011110111110010100100100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4DCB; }

 p { color: rgb(190,77,203); }

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

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

 a { background-color: rgb(190,77,203); }

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

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

 span { border-color: rgb(190,77,203); }

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