#BE4BD5

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

Shades of Medium Orchid #BE4BD5

Tints of Medium Orchid #BE4BD5

Color information

#BE4BD5 (or 0xBE4BD5) is unknown color: approx Medium Orchid. HEX triplet: BE, 4B and D5. RGB value is (190,75,213). Sum of RGB (Red+Green+Blue) = 190+75+213=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE4BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BD5 is #41B42A. Grayscale: #7C7C7C. Windows color (decimal): -4305963 or 13978558. OLE color: 13978558.

HSL color Cylindrical-coordinate representation of color #BE4BD5: hue angle of 290º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4BD5 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19075213-
CMYK0.110.6500.16
HSL290º62.16%56.47%-
HSV(B)290º64.79%83.53%-
XYZ35.7620.7865.08-
YUV125.12177.6174.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 75 (29.69% from 255) = 15.69%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=39.75%
G=15.69%
B=44.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190752130.110.6500.1629062.1656.47
HexBE4BD5B410101223e38
Octal276113325131010204427670
Binary1011111010010111101010110111000001010000100100010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BD5; }

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

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

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

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

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

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

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

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