#BE3FD1

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

Shades of Medium Orchid #BE3FD1

Tints of Medium Orchid #BE3FD1

Color information

#BE3FD1 (or 0xBE3FD1) is unknown color: approx Medium Orchid. HEX triplet: BE, 3F and D1. RGB value is (190,63,209). Sum of RGB (Red+Green+Blue) = 190+63+209=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE3FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FD1 is #41C02E. Grayscale: #757575. Windows color (decimal): -4309039 or 13713342. OLE color: 13713342.

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

Color convert

RGB19063209-
CMYK0.090.7000.18
HSL292.19º61.34%53.33%-
HSV(B)292.19º69.86%81.96%-
XYZ34.5219.1162.19-
YUV117.62179.58179.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 63 (25% from 255) = 13.64%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=41.13%
G=13.64%
B=45.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190632090.090.7000.18292.1961.3453.33
HexBE3FD19460121243d35
Octal27677321111060224447565
Binary101111101111111101000110011000110010010100100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FD1; }

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

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

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

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

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

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

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

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