#be4dd6

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

Shades of Medium Orchid #BE4DD6

Tints of Medium Orchid #BE4DD6

Color information

#BE4DD6 (or 0xBE4DD6) is unknown color: approx Medium Orchid. HEX triplet: BE, 4D and D6. RGB value is (190,77,214). Sum of RGB (Red+Green+Blue) = 190+77+214=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DD6 is #41B229. Grayscale: #7D7D7D. Windows color (decimal): -4305450 or 14044606. OLE color: 14044606.

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

Color convert

RGB19077214-
CMYK0.110.6400.16
HSL289.49º62.56%57.06%-
HSV(B)289.49º64.02%83.92%-
XYZ36.0321.1165.79-
YUV126.4177.44173.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 77 (30.47% from 255) = 16.01%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=39.50%
G=16.01%
B=44.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190772140.110.6400.16289.4962.5657.06
HexBE4DD6B400101213f39
Octal276115326131000204417771
Binary1011111010011011101011010111000000010000100100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4dd6; }

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

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

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

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

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

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

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

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