#BE74D8

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

Shades of Medium Orchid #BE74D8

Tints of Medium Orchid #BE74D8

Color information

#BE74D8 (or 0xBE74D8) is unknown color: approx Medium Orchid. HEX triplet: BE, 74 and D8. RGB value is (190,116,216). Sum of RGB (Red+Green+Blue) = 190+116+216=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE74D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74D8 is #418B27. Grayscale: #959595. Windows color (decimal): -4295464 or 14185662. OLE color: 14185662.

HSL color Cylindrical-coordinate representation of color #BE74D8: hue angle of 284.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE74D8 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190116216-
CMYK0.120.4600.15
HSL284.4º56.18%65.1%-
HSV(B)284.4º46.3%84.71%-
XYZ39.8828.468.35-
YUV149.53165.52156.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=36.40%
G=22.22%
B=41.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901162160.120.4600.15284.456.1865.1
HexBE74D8C2E0F11c3841
Octal276164330145601743470101
Binary101111101110100110110001100101110011111000111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74D8; }

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

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

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

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

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

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

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

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