#BE69D0

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

Shades of Medium Orchid #BE69D0

Tints of Medium Orchid #BE69D0

Color information

#BE69D0 (or 0xBE69D0) is unknown color: approx Medium Orchid. HEX triplet: BE, 69 and D0. RGB value is (190,105,208). Sum of RGB (Red+Green+Blue) = 190+105+208=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69D0 is #41962F. Grayscale: #8D8D8D. Windows color (decimal): -4298288 or 13658558. OLE color: 13658558.

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

Color convert

RGB190105208-
CMYK0.090.5000.18
HSL289.51º52.28%61.37%-
HSV(B)289.51º49.52%81.57%-
XYZ37.6725.662.63-
YUV142.16165.16162.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=37.77%
G=20.87%
B=41.35%

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
Decimal1901052080.090.5000.18289.5152.2861.37
HexBE69D0932012122343d
Octal27615132011620224426475
Binary101111101101001110100001001110010010010100100010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69D0; }

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

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

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

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

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

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

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

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