#be72d3

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

Shades of Medium Orchid #BE72D3

Tints of Medium Orchid #BE72D3

Color information

#BE72D3 (or 0xBE72D3) is unknown color: approx Medium Orchid. HEX triplet: BE, 72 and D3. RGB value is (190,114,211). Sum of RGB (Red+Green+Blue) = 190+114+211=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE72D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72D3 is #418D2C. Grayscale: #939393. Windows color (decimal): -4295981 or 13857470. OLE color: 13857470.

HSL color Cylindrical-coordinate representation of color #BE72D3: hue angle of 287.01º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE72D3 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190114211-
CMYK0.100.4600.17
HSL287.01º52.43%63.73%-
HSV(B)287.01º45.97%82.75%-
XYZ39.0127.6864.92-
YUV147.78163.68158.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=36.89%
G=22.14%
B=40.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901142110.100.4600.17287.0152.4363.73
HexBE72D3A2E01111f3440
Octal276162323125602143764100
Binary1011111011100101101001110101011100100011000111111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be72d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be72d3; }

 p { color: rgb(190,114,211); }

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

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

 a { background-color: rgb(190,114,211); }

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

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

 span { border-color: rgb(190,114,211); }

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