#BE70DD

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

Shades of Medium Orchid #BE70DD

Tints of Medium Orchid #BE70DD

Color information

#BE70DD (or 0xBE70DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 70 and DD. RGB value is (190,112,221). Sum of RGB (Red+Green+Blue) = 190+112+221=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70DD is #418F22. Grayscale: #939393. Windows color (decimal): -4296483 or 14512318. OLE color: 14512318.

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

Color convert

RGB190112221-
CMYK0.140.4900.13
HSL282.94º61.58%65.29%-
HSV(B)282.94º49.32%86.67%-
XYZ40.0827.7671.65-
YUV147.75169.34158.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=36.33%
G=21.41%
B=42.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901122210.140.4900.13282.9461.5865.29
HexBE70DDE310D11b3e41
Octal276160335166101543376101
Binary101111101110000110111011110110001011011000110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70DD; }

 p { color: rgb(190,112,221); }

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

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

 a { background-color: rgb(190,112,221); }

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

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

 span { border-color: rgb(190,112,221); }

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