#BE62D5

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

Shades of Medium Orchid #BE62D5

Tints of Medium Orchid #BE62D5

Color information

#BE62D5 (or 0xBE62D5) is unknown color: approx Medium Orchid. HEX triplet: BE, 62 and D5. RGB value is (190,98,213). Sum of RGB (Red+Green+Blue) = 190+98+213=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62D5 is #419D2A. Grayscale: #8A8A8A. Windows color (decimal): -4300075 or 13984446. OLE color: 13984446.

HSL color Cylindrical-coordinate representation of color #BE62D5: hue angle of 288º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE62D5 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19098213-
CMYK0.110.5400.16
HSL288º57.79%60.98%-
HSV(B)288º53.99%83.53%-
XYZ37.6124.4965.69-
YUV138.62169.98164.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=37.92%
G=19.56%
B=42.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190982130.110.5400.1628857.7960.98
HexBE62D5B360101203a3d
Octal27614232513660204407275
Binary101111101100010110101011011110110010000100100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62D5; }

 p { color: rgb(190,98,213); }

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

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

 a { background-color: rgb(190,98,213); }

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

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

 span { border-color: rgb(190,98,213); }

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