#be54cf

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

Shades of Medium Orchid #BE54CF

Tints of Medium Orchid #BE54CF

Color information

#BE54CF (or 0xBE54CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 54 and CF. RGB value is (190,84,207). Sum of RGB (Red+Green+Blue) = 190+84+207=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CF is #41AB30. Grayscale: #818181. Windows color (decimal): -4303665 or 13587646. OLE color: 13587646.

HSL color Cylindrical-coordinate representation of color #BE54CF: hue angle of 291.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE54CF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19084207-
CMYK0.080.5900.19
HSL291.71º56.16%57.06%-
HSV(B)291.71º59.42%81.18%-
XYZ35.6721.7961.36-
YUV129.72171.62171-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=39.50%
G=17.46%
B=43.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190842070.080.5900.19291.7156.1657.06
HexBE54CF83B0131243839
Octal27612431710730234447071
Binary101111101010100110011111000111011010011100100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be54cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be54cf; }

 p { color: rgb(190,84,207); }

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

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

 a { background-color: rgb(190,84,207); }

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

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

 span { border-color: rgb(190,84,207); }

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