#BE69D7

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

Shades of Medium Orchid #BE69D7

Tints of Medium Orchid #BE69D7

Color information

#BE69D7 (or 0xBE69D7) is unknown color: approx Medium Orchid. HEX triplet: BE, 69 and D7. RGB value is (190,105,215). Sum of RGB (Red+Green+Blue) = 190+105+215=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69D7 is #419628. Grayscale: #8E8E8E. Windows color (decimal): -4298281 or 14117310. OLE color: 14117310.

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

Color convert

RGB190105215-
CMYK0.120.5100.16
HSL286.36º57.89%62.75%-
HSV(B)286.36º51.16%84.31%-
XYZ38.5525.9667.27-
YUV142.95168.66161.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=37.25%
G=20.59%
B=42.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901052150.120.5100.16286.3657.8962.75
HexBE69D7C3301011e3a3f
Octal27615132714630204367277
Binary101111101101001110101111100110011010000100011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69D7; }

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

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

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

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

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

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

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

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