#BE69D1

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

Shades of Medium Orchid #BE69D1

Tints of Medium Orchid #BE69D1

Color information

#BE69D1 (or 0xBE69D1) is unknown color: approx Medium Orchid. HEX triplet: BE, 69 and D1. RGB value is (190,105,209). Sum of RGB (Red+Green+Blue) = 190+105+209=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69D1 is #41962E. Grayscale: #8D8D8D. Windows color (decimal): -4298287 or 13724094. OLE color: 13724094.

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

Color convert

RGB190105209-
CMYK0.090.5000.18
HSL289.04º53.06%61.57%-
HSV(B)289.04º49.76%81.96%-
XYZ37.825.6563.28-
YUV142.27165.66162.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=37.70%
G=20.83%
B=41.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901052090.090.5000.18289.0453.0661.57
HexBE69D1932012121353e
Octal27615132111620224416576
Binary101111101101001110100011001110010010010100100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69D1; }

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

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

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

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

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

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

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

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