#BE48D7

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

Shades of Medium Orchid #BE48D7

Tints of Medium Orchid #BE48D7

Color information

#BE48D7 (or 0xBE48D7) is unknown color: approx Medium Orchid. HEX triplet: BE, 48 and D7. RGB value is (190,72,215). Sum of RGB (Red+Green+Blue) = 190+72+215=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE48D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48D7 is #41B728. Grayscale: #7B7B7B. Windows color (decimal): -4306729 or 14108862. OLE color: 14108862.

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

Color convert

RGB19072215-
CMYK0.120.6700.16
HSL289.51º64.13%56.27%-
HSV(B)289.51º66.51%84.31%-
XYZ35.8220.4966.36-
YUV123.58179.59175.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=39.83%
G=15.09%
B=45.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190722150.120.6700.16289.5164.1356.27
HexBE48D7C430101224038
Octal2761103271410302044210070
Binary10111110100100011010111110010000110100001001000101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48D7; }

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

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

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

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

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

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

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

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