#BE43D7

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

Shades of Medium Orchid #BE43D7

Tints of Medium Orchid #BE43D7

Color information

#BE43D7 (or 0xBE43D7) is unknown color: approx Medium Orchid. HEX triplet: BE, 43 and D7. RGB value is (190,67,215). Sum of RGB (Red+Green+Blue) = 190+67+215=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE43D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE43D7 is #41BC28. Grayscale: #787878. Windows color (decimal): -4308009 or 14107582. OLE color: 14107582.

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

Color convert

RGB19067215-
CMYK0.120.6900.16
HSL289.86º64.91%55.29%-
HSV(B)289.86º68.84%84.31%-
XYZ35.5119.8766.25-
YUV120.65181.25177.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 67 (26.56% from 255) = 14.19%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=40.25%
G=14.19%
B=45.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190672150.120.6900.16289.8664.9155.29
HexBE43D7C450101224137
Octal2761033271410502044210167
Binary10111110100001111010111110010001010100001001000101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE43D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE43D7; }

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

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

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

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

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

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

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

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