#BE47DB

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

Shades of Medium Orchid #BE47DB

Tints of Medium Orchid #BE47DB

Color information

#BE47DB (or 0xBE47DB) is unknown color: approx Medium Orchid. HEX triplet: BE, 47 and DB. RGB value is (190,71,219). Sum of RGB (Red+Green+Blue) = 190+71+219=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47DB is #41B824. Grayscale: #7A7A7A. Windows color (decimal): -4306981 or 14370750. OLE color: 14370750.

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

Color convert

RGB19071219-
CMYK0.130.6800.14
HSL288.24º67.27%56.86%-
HSV(B)288.24º67.58%85.88%-
XYZ36.2720.5769.08-
YUV123.45181.92175.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 71 (28.12% from 255) = 14.79%
BLUE value IS 219 (85.94% from 255) = 45.62%
R=39.58%
G=14.79%
B=45.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190712190.130.6800.14288.2467.2756.86
HexBE47DBD440E1204339
Octal2761073331510401644010371
Binary1011111010001111101101111011000100011101001000001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE47DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE47DB; }

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

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

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

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

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

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

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

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