#BE51D1

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

Shades of Medium Orchid #BE51D1

Tints of Medium Orchid #BE51D1

Color information

#BE51D1 (or 0xBE51D1) is unknown color: approx Medium Orchid. HEX triplet: BE, 51 and D1. RGB value is (190,81,209). Sum of RGB (Red+Green+Blue) = 190+81+209=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51D1 is #41AE2E. Grayscale: #7F7F7F. Windows color (decimal): -4304431 or 13717950. OLE color: 13717950.

HSL color Cylindrical-coordinate representation of color #BE51D1: hue angle of 291.09º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE51D1 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19081209-
CMYK0.090.6100.18
HSL291.09º58.18%56.86%-
HSV(B)291.09º61.24%81.96%-
XYZ35.6921.4462.58-
YUV128.18173.61172.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=39.58%
G=16.88%
B=43.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190812090.090.6100.18291.0958.1856.86
HexBE51D193D0121233a39
Octal27612132111750224437271
Binary101111101010001110100011001111101010010100100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51D1; }

 p { color: rgb(190,81,209); }

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

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

 a { background-color: rgb(190,81,209); }

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

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

 span { border-color: rgb(190,81,209); }

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