#BE54DB

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

Shades of Medium Orchid #BE54DB

Tints of Medium Orchid #BE54DB

Color information

#BE54DB (or 0xBE54DB) is unknown color: approx Medium Orchid. HEX triplet: BE, 54 and DB. RGB value is (190,84,219). Sum of RGB (Red+Green+Blue) = 190+84+219=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54DB is #41AB24. Grayscale: #828282. Windows color (decimal): -4303653 or 14374078. OLE color: 14374078.

HSL color Cylindrical-coordinate representation of color #BE54DB: hue angle of 287.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE54DB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19084219-
CMYK0.130.6200.14
HSL287.11º65.22%59.41%-
HSV(B)287.11º61.64%85.88%-
XYZ37.1922.469.38-
YUV131.08177.62170.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=38.54%
G=17.04%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190842190.130.6200.14287.1165.2259.41
HexBE54DBD3E0E11f413b
Octal276124333157601643710173
Binary101111101010100110110111101111110011101000111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54DB; }

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

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

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

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

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

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

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

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