#BE60D4

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

Shades of Medium Orchid #BE60D4

Tints of Medium Orchid #BE60D4

Color information

#BE60D4 (or 0xBE60D4) is unknown color: approx Medium Orchid. HEX triplet: BE, 60 and D4. RGB value is (190,96,212). Sum of RGB (Red+Green+Blue) = 190+96+212=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60D4 is #419F2B. Grayscale: #888888. Windows color (decimal): -4300588 or 13918398. OLE color: 13918398.

HSL color Cylindrical-coordinate representation of color #BE60D4: hue angle of 288.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE60D4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19096212-
CMYK0.100.5500.17
HSL288.62º57.43%60.39%-
HSV(B)288.62º54.72%83.14%-
XYZ37.324.0764.97-
YUV137.33170.14165.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=38.15%
G=19.28%
B=42.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190962120.100.5500.17288.6257.4360.39
HexBE60D4A37011121393c
Octal27614032412670214417174
Binary101111101100000110101001010110111010001100100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60D4; }

 p { color: rgb(190,96,212); }

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

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

 a { background-color: rgb(190,96,212); }

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

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

 span { border-color: rgb(190,96,212); }

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