#BE71DB

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

Shades of Medium Orchid #BE71DB

Tints of Medium Orchid #BE71DB

Color information

#BE71DB (or 0xBE71DB) is unknown color: approx Medium Orchid. HEX triplet: BE, 71 and DB. RGB value is (190,113,219). Sum of RGB (Red+Green+Blue) = 190+113+219=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71DB is #418E24. Grayscale: #939393. Windows color (decimal): -4296229 or 14381502. OLE color: 14381502.

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

Color convert

RGB190113219-
CMYK0.130.4800.14
HSL283.58º59.55%65.1%-
HSV(B)283.58º48.4%85.88%-
XYZ39.9327.8770.29-
YUV148.11168.01157.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=36.40%
G=21.65%
B=41.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901132190.130.4800.14283.5859.5565.1
HexBE71DBD300E11c3c41
Octal276161333156001643474101
Binary101111101110001110110111101110000011101000111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71DB; }

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

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

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

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

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

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

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

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