#BE45D8

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

Shades of Medium Orchid #BE45D8

Tints of Medium Orchid #BE45D8

Color information

#BE45D8 (or 0xBE45D8) is unknown color: approx Medium Orchid. HEX triplet: BE, 45 and D8. RGB value is (190,69,216). Sum of RGB (Red+Green+Blue) = 190+69+216=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE45D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45D8 is #41BA27. Grayscale: #797979. Windows color (decimal): -4307496 or 14173630. OLE color: 14173630.

HSL color Cylindrical-coordinate representation of color #BE45D8: hue angle of 289.39º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE45D8 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19069216-
CMYK0.120.6800.15
HSL289.39º65.33%55.88%-
HSV(B)289.39º68.06%84.71%-
XYZ35.7620.1666.97-
YUV121.94181.09176.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 14.53%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=40%
G=14.53%
B=45.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190692160.120.6800.15289.3965.3355.88
HexBE45D8C440F1214138
Octal2761053301410401744110170
Binary1011111010001011101100011001000100011111001000011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45D8; }

 p { color: rgb(190,69,216); }

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

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

 a { background-color: rgb(190,69,216); }

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

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

 span { border-color: rgb(190,69,216); }

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