#BE74D5

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

Shades of Medium Orchid #BE74D5

Tints of Medium Orchid #BE74D5

Color information

#BE74D5 (or 0xBE74D5) is unknown color: approx Medium Orchid. HEX triplet: BE, 74 and D5. RGB value is (190,116,213). Sum of RGB (Red+Green+Blue) = 190+116+213=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74D5 is #418B2A. Grayscale: #949494. Windows color (decimal): -4295467 or 13989054. OLE color: 13989054.

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

Color convert

RGB190116213-
CMYK0.110.4600.16
HSL285.77º53.59%64.51%-
HSV(B)285.77º45.54%83.53%-
XYZ39.4928.2466.32-
YUV149.18164.02157.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=36.61%
G=22.35%
B=41.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901162130.110.4600.16285.7753.5964.51
HexBE74D5B2E01011e3641
Octal276164325135602043666101
Binary1011111011101001101010110111011100100001000111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74D5; }

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

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

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

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

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

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

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

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